feature: provide method on FastApiRedisCache
object that allows user to delete single cache items by key
#56
Labels
feature
New functionality
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.
The text was updated successfully, but these errors were encountered: