-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with redis 3.0.0 #160
Comments
PR #161 will fix that |
This was resolved with 34dadba. Thanks! |
Actually, can we open this back up as tracking for the need of Redis 3.x compatibility? |
There is a good discussion on this on the django-redis repo. The main issue I believe is that Redis no longer converts to a string by default. Therefore the CacheKey object needs to return a string. |
I think I have a workaround by simply subclassing |
Is there a timeline for bringing this code up to date? I'm getting the error below during a pip install. django-redis-cache 1.8.1 has requirement redis==2.10.6, but you'll have redis 3.1.0 which is incompatible. |
About an hour ago the redis package was released in version 3.0.0. Since then I see the following error when using django-redis-cache:
When downgrading redis to 2.10.6 everything works fine.
The text was updated successfully, but these errors were encountered: