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

Support redis 7.0 + 6.2 #104

Open
ptmkenny opened this issue Mar 15, 2023 · 3 comments
Open

Support redis 7.0 + 6.2 #104

ptmkenny opened this issue Mar 15, 2023 · 3 comments

Comments

@ptmkenny
Copy link

PlatformSH now supports redis 7.0 and 6.2, and has marked 6.0 and below as deprecated.

It appears that this addon has redis hard-coded to 6.0:
https://github.com/ddev/ddev-platformsh/blob/main/platformsh/generate_redis_relationship.sh

It would be great if the version could be read from platform's services.yaml and set up accordingly.

@rfay
Copy link
Member

rfay commented Mar 15, 2023

Actually, you're not correct. The redis add-on for ddev has

    image: redis:6

https://github.com/ddev/ddev-redis/blob/9aff5269f5d46985d5a4f8030965808853a9847c/docker-compose.redis.yaml#L6

That will get 6.2, see https://hub.docker.com/_/redis

But the basic issue is that ddev get doesn't provide any way to specify arguments, hopefully it will

This is

@rfay
Copy link
Member

rfay commented May 12, 2023

@rfay
Copy link
Member

rfay commented Aug 23, 2023

redis 7 is being worked on actively in

There's also now a redis-7 add-on, https://github.com/oblakstudio/ddev-redis-7

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

No branches or pull requests

2 participants