Releases: dave08/kacheable
Releases · dave08/kacheable
v0.1.4
Add deleteScanCount on RedisKacheableStore to improve performance on wildcard invalidation of caches.
v0.1.3
Make InMemoryKacheableStore not internal again.
v0.1.2
- Add invalidating cache entries based on * patterns.
v0.1.1
Fixes:
BUG: Missing requirement for Lettuce's coroutines implementation.
v0.1.0
Move instantiation to top-level functions. Use Lettuce's coroutines i…