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

Add support for cache.keys()

Open murdak opened this issue 5 years ago • 0 comments

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.

murdak avatar May 10 '20 09:05 murdak