Skip to content
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

Upgrade redis and set specific version #1831

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Upgrade redis and set specific version #1831

merged 1 commit into from
Feb 13, 2025

Conversation

alastair
Copy link
Member

Issue(s)
Fixes #1745

Description
Different versions of the redis-py library support different versions of redis. Use an explicit version in docker-compose.yml and update python dependency to a version which supports it.

Deployment steps:
Pending freesound-deploy PR to do the same thing on prod

Different versions of the redis-py library support different versions of
redis. Use an explicit version in docker-compose.yml and update python
dependency to a version which supports it.
@ffont
Copy link
Member

ffont commented Feb 13, 2025

I'll merge as the redis client should also support the redis version we use in prod. Then we could upgrade redis in prod as a separate step.

@ffont ffont merged commit e00d74a into master Feb 13, 2025
1 check passed
@ffont ffont deleted the upgrade-redis branch February 13, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pin redis image version in docker compose file
2 participants