We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The most recent build fails for all DJANGO_VERSION values of 2.0 and 2.1. The error message for all 5 failing jobs is the same:
DJANGO_VERSION
"redis.exceptions.DataError: Invalid input of type: 'CacheKey'. Convert to a byte, string or number first."
The issue is documented here. A suggested fix is to pin redis==2.10.6 in requirements.txt.
redis==2.10.6
The text was updated successfully, but these errors were encountered:
Pin Redis version for tests
de986da
Attempt to fix #159 by pinning the redis version to <3 for compatibility with django-redis.
614171d
Successfully merging a pull request may close this issue.
The most recent build fails for all
DJANGO_VERSION
values of 2.0 and 2.1. The error message for all 5 failing jobs is the same:"redis.exceptions.DataError: Invalid input of type: 'CacheKey'. Convert to a byte, string or number first."
The issue is documented here. A suggested fix is to pin
redis==2.10.6
in requirements.txt.The text was updated successfully, but these errors were encountered: