vvanglro
|
7e64cd6490
|
feat: support cache jinja2 template response
|
2022-09-28 17:37:05 +08:00 |
|
long2ice
|
cb9259807e
|
feat: make request and response optional
|
2022-09-10 20:06:37 +08:00 |
|
Yurii Karabas
|
f310ef5b2d
|
Use run_in_threadpool instead of asyncio run_in_executor
|
2022-09-09 19:35:48 +03:00 |
|
thentgesMindee
|
309d9ce7d1
|
fix: 🐛 FastAPICache.clear clear whole prefix when namespace is None
|
2022-08-10 19:31:29 +02:00 |
|
Jegor Kitskerkin
|
d6c52408d2
|
Add support for normal def functions
|
2022-08-01 00:06:39 +02:00 |
|
long2ice
|
824e2e145f
|
Replace aioredis with redis-py
|
2022-06-17 11:01:47 +08:00 |
|
kailyn
|
2f1b1409b9
|
bugfix: '+' is more prior than 'or'
|
2022-04-24 11:19:20 +08:00 |
|
long2ice
|
70f53566aa
|
Merge pull request #40 from jimtheyounger/feature/add-dynamodb-backend
Add dynamodb backend support
|
2021-10-29 10:45:28 +08:00 |
|
long2ice
|
9928f4cda0
|
Add enable param to init
|
2021-10-28 15:52:21 +08:00 |
|
long2ice
|
c3be2eca19
|
Fix default json coder for datetime.
|
2021-10-09 16:51:05 +08:00 |
|
Jimmy
|
11f01a21f5
|
Remove unused variable assignment
|
2021-10-07 17:34:06 +02:00 |
|
Jimmy
|
cdcfdc6ae6
|
Apply styling
|
2021-10-06 10:10:22 +02:00 |
|
Jimmy
|
a40c54e9e7
|
Update README & add usage
|
2021-09-29 16:22:04 +02:00 |
|
Jimmy
|
d67797a1d5
|
Add DynamoDB backend
|
2021-09-29 16:14:28 +02:00 |
|
long2ice
|
37a2fa85db
|
update CONVERTERS
|
2021-09-17 10:19:56 +08:00 |
|
long2ice
|
767241be41
|
- Fix redis cache.
- Encode key builder.
|
2021-07-26 16:33:22 +08:00 |
|
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 |
|
long2ice
|
7c2007847f
|
Merge pull request #8 from rushilsrivastava/patch-2
Use FastAPI's built in jsonable_encoder
|
2021-04-30 16:48:07 +08:00 |
|
alexandr.yagolovich
|
eb55b01be9
|
timezone serializer to coder.JsonEncoder for datetime.datetime instances
|
2021-04-28 20:44:35 +03:00 |
|
long2ice
|
8573eeace6
|
fix ci
|
2021-03-20 14:47:46 +08:00 |
|
long2ice
|
1d0c245a70
|
- Fix default expire for memcached. (#13)
- Update default key builder. (#12)
|
2021-03-20 14:42:29 +08:00 |
|
Rushil Srivastava
|
30e5246cf5
|
Use FastAPI's built in jsonable_encoder
|
2021-01-11 03:11:35 -08:00 |
|
long2ice
|
fec3c78291
|
bug fix
|
2021-01-06 20:00:58 +08:00 |
|
long2ice
|
361a25857b
|
bug fix
|
2021-01-06 19:57:16 +08:00 |
|
long2ice
|
6f5d4900a9
|
bug fix
|
2021-01-06 14:41:46 +08:00 |
|
long2ice
|
7f7252d151
|
bug fix
|
2021-01-06 10:44:22 +08:00 |
|
long2ice
|
7f2ebfc494
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# fastapi_cache/decorator.py
# poetry.lock
|
2021-01-06 10:35:06 +08:00 |
|
long2ice
|
a42fdaf632
|
Fix cache key builder.
|
2021-01-06 10:34:30 +08:00 |
|
long2ice
|
75b4547963
|
add no-store
|
2020-12-28 20:04:09 +08:00 |
|
long2ice
|
0fd9e53e06
|
update memory cache
|
2020-11-10 10:34:52 +08:00 |
|
long2ice
|
ff8b4b385d
|
Merge remote-tracking branch 'origin/master'
|
2020-11-09 20:32:30 +08:00 |
|
long2ice
|
fd3ffa0d21
|
update memcached
|
2020-11-09 20:32:23 +08:00 |
|
long2ice
|
80536a1429
|
fix ci error
|
2020-11-04 12:58:01 +08:00 |
|
long2ice
|
e483e0dc55
|
add clear method
|
2020-11-03 18:08:06 +08:00 |
|
long2ice
|
dc2ac9cc90
|
Add default config when init
update JsonEncoder
|
2020-10-16 16:55:33 +08:00 |
|
long2ice
|
c0259bc699
|
Add in-memory support.
|
2020-10-08 15:10:34 +08:00 |
|
long2ice
|
c20bb73f27
|
first commit
|
2020-08-26 18:04:57 +08:00 |
|