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
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.
services.yaml
The text was updated successfully, but these errors were encountered:
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
ddev get
This is
Sorry, something went wrong.
Also
ddev add-on get
will impact this
redis 7 is being worked on actively in
There's also now a redis-7 add-on, https://github.com/oblakstudio/ddev-redis-7
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: