django-redis-cache
django-redis-cache copied to clipboard
Add support for cache.keys()
This is to get all keys. Like redis-cli keys('*')
I see scan implemented in delete_pattern but I don't see keys in the api or the doc.