Matthias Kestenholz
Matthias Kestenholz
Can't the change of keys be avoided somehow? A change would be quite bad for big sites with lots of images.
Hi @jkgenser I don't think it's documented anywhere but you could maybe achieve this already with the `user.backend` attribute: https://github.com/django/django/blob/cbf1e87398a58737e27e1b680283903caf661f90/django/contrib/auth/__init__.py#L87 This wouldn't work if you wanted to differentiate between uses...
By the way, recent enough versions of redis-py will automatically select the hiredis parser if it is available so you should be able to just skip specifying the parser class.
Thanks for asking! I'll politely decline since I'd rather spend more time on Jazzband projects, e.g. the debug toolbar. django-cache-url has served me well in the past (and still does)...