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

[Feature] Move from Redis to Valkey #925

Closed
Morethanevil opened this issue Jun 9, 2024 · 4 comments
Closed

[Feature] Move from Redis to Valkey #925

Morethanevil opened this issue Jun 9, 2024 · 4 comments
Assignees
Labels
feature New feature or request

Comments

@Morethanevil
Copy link

Since Redis changed license it would be awesome to use Valkey instead. It is fully compatible because it is a fork from the last really open source version of Redis 7.2.4

@Morethanevil Morethanevil added the feature New feature or request label Jun 9, 2024
@gantoine
Copy link
Member

I'm all for this, but since the license change doesn't affect us (yet), it's low priority at the moment. Anyone who wants to avoid redis can run their own valkey container and point romm to it with the env variables.

@Morethanevil
Copy link
Author

As you said, anyone can run their own container, you don't even need to set other env. It is a dropin replacement. Only replace image: redis:alpine with image: valkey/valkey:alpine this is all it needs 😃

@adamantike
Copy link
Collaborator

We will wait for all the upstream Docker images we use to support Alpine 3.20, and then replace the bundled Redis installation with Valkey.

adamantike added a commit that referenced this issue Sep 22, 2024
This change replaces the bundled Redis server with Valkey. No breaking
changes are introduced, as considered environment variables still
maintain the `REDIS_` prefix.

Fixes #925.
@adamantike
Copy link
Collaborator

Next version will run a bundled Valkey server, if running without an external Redis/Valkey provided by the REDIS_HOST environment variable!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants