-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Milestone
Description
It would be nice if we could set the cache version in the url.
Maybe something like 'hiredis:///unix/path/to/socket/file.sock/db[/prefix[:version]]'
This would map closely with the keys that are generated: `"my-prefix:2:my-key"
I currently need to do the following:
CACHES = {'default': django_cache_url.config()}
CACHES['default']['VERSION'] = 2
Would this be something you're interested in adding?
Metadata
Metadata
Assignees
Labels
No labels