vivekn / redis-simple-cache

Simple redis based cache for storing results of python function calls, json encoded strings or html.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expire keys

VerusK opened this issue · comments

It would be great to implement methods to expire not all keys in set but with specific args and specific functions.