Redis switch to SSPL - what does it mean for the redis-operator? #1405
Replies: 7 comments
-
Hey folks. I'm from Percona and we are strong supporters of Valkey. Will you be open to accept contributions to support Valkey? I think this would be beneficial for the community in a long run. |
Beta Was this translation helpful? Give feedback.
-
hi @spron-in - Do you have a fork/PR where we can see potential changes? It would help anyone who is trying to patch Redis Operators for making it work for ValKey. Thanks. |
Beta Was this translation helpful? Give feedback.
-
@arpan57 you said you have it running with valkey, do you have anything to share maybe? thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @pierreozoux - I might submit the changes/raise a potential PR in future. Container docker file also needs to refer to the valkey image - based on the version. |
Beta Was this translation helpful? Give feedback.
-
Based on my internal testing, nothing at all needs to be changed on the operator side, you just need a Valkey image to use with the operator (OT-CONTAINER-KIT/redis entry points, etc...) I've used the original OT-CONTAINER-KIT/redis image and modified it to use Valkey as base container, you can find the changes in this branch: https://github.com/btoic/valkey/tree/import Valkey base container image maintains backwards compatibility with Redis by symlinking all the required binaries. Tested this internally, both with Valkey 7.2.8 and 8.1.0 works fine in cluster mode. Images are available here: https://github.com/btoic/valkey/pkgs/container/valkey While not ideal in terms of naming confusion that might arise (using redis-cli commands in Valkey images), for now it works well. In the long term, it would be nice to have CRD config setting the proper image variant and modifying the commands as required. |
Beta Was this translation helpful? Give feedback.
-
Redis switched to AGPL :) Not sure what to do with this issue? Is there plans to support valkey or not? Maybe it should be a separate issue :) |
Beta Was this translation helpful? Give feedback.
-
What’s the latest on this? Can we just use valkey images? Is the operator docs going to get updated to reflect this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am currently testing your amazing operator and it looks promising! Thanks for that :)
Now I have read that Redis is changing it's license to the SSPL and would like to know if there are already some plans available regarding this operator. Are you switching to f. e. Valkey from the Linux Foundation?
Thanks and best regards,
Christian
Beta Was this translation helpful? Give feedback.
All reactions