You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just encountered this quite randomly as well. We had to create our own subclass to solve this. Good thing the redis helm chart has flushdb disabled by default.
Hey, could you at least mention that in the docs?
Calling .clear() on an alias cache of the Redis type clears the entire cache, ignoring the namespace given in the configuration.
Just costed us several hundred megs of moderately important cache data.
Thank you for a very fast caching solution.
I think there could be an issue with clear method when aiocache is used with Redis.
environment
aiocache==0.11.1
aioredis==1.3.1
how to reproduce
expected behavior
3a. keys created in step 1 are available after calling the clear method
actual behavior
3b. all keys are deleted from redis (no matter if namespace value is passed to clear method or not)
The text was updated successfully, but these errors were encountered: