-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Comments
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. |
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 |
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. |
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.
Next version will run a bundled Valkey server, if running without an external Redis/Valkey provided by the REDIS_HOST environment variable! |
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
The text was updated successfully, but these errors were encountered: