fastapi-redis-cache icon indicating copy to clipboard operation
fastapi-redis-cache copied to clipboard

feature: provide method on `FastApiRedisCache` object that allows user to delete single cache items by key

Open a-luna opened this issue 4 years ago • 1 comments

Currently, there is no way for a user to evict an item from the cache before the TTL expires. This needs to be supported directly by the plugin rather than requiring the user to manually edit the redis cache.

a-luna avatar Jul 11 '21 14:07 a-luna

Any update on this request? Much needed feature.

amresh1495 avatar Jan 31 '22 14:01 amresh1495