fastapi-redis-cache
fastapi-redis-cache copied to clipboard
feature: provide method on `FastApiRedisCache` object that allows user to delete single cache items by key
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.
Any update on this request? Much needed feature.