Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Pin version 2.10.6 of redis to fix auto deploy issue #271

Merged
merged 1 commit into from
Apr 1, 2020
Merged

Conversation

dmcavoy
Copy link
Contributor

@dmcavoy dmcavoy commented Apr 1, 2020

Auto deploy failed with error "Invalid input of type: 'CacheKey'. Convert to a bytes, string, int or float first.". Dave traced the issue down looking at: it looks like it has to do with the version of redis: jazzband/django-redis#342. He found that https://github.com/jazzband/django-redis/blob/master/requirements.txt will take any latest version of redis. So even though we pin our version, they do not pin theirs. So pinning a redis version lesson that 3 should fix based on: https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey/53336728#53336728

@dmcavoy dmcavoy merged commit 27c2486 into master Apr 1, 2020
@dmcavoy dmcavoy deleted the pin-redis branch April 1, 2020 20:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants