This website requires JavaScript.
Explore
Help
Sign In
Public
/
fastapi-cache
Watch
1
Star
0
Fork
0
You've already forked fastapi-cache
mirror of
https://github.com/long2ice/fastapi-cache.git
synced
2026-03-25 04:57:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2dd37b09ab99a344bc0017fdef8818238c90d5ec
fastapi-cache
/
fastapi_cache
History
David Velez
2dd37b09ab
This
fixes
#24
. Looking at aioredis library, the client.py keyword for set is now 'ex', not 'expire'. Tested this fix and fast-cache now works without issue.
2021-07-22 10:17:52 -05:00
..
backends
This
fixes
#24
. Looking at aioredis library, the client.py keyword for set is now 'ex', not 'expire'. Tested this fix and fast-cache now works without issue.
2021-07-22 10:17:52 -05:00
__init__.py
add clear method
2020-11-03 18:08:06 +08:00
coder.py
Merge pull request
#8
from rushilsrivastava/patch-2
2021-04-30 16:48:07 +08:00
decorator.py
bug fix
2021-01-06 20:00:58 +08:00
key_builder.py
fix ci
2021-03-20 14:47:46 +08:00