You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Redis Cluster is supported upstream we should also support it in this chart and do as much templated configuration as possible. We should start by adding Redis Cluster as a subchart (and valkey cluster as the alternative with more features and a better license).
We should also have a test for it, and a test for redis proper honestly.
Benefits
Easily to support testing issues with redis cluster/valkey cluster if we already have a way to deploy it via the chart easily. Supports users scaling their infra better.
I already tried to use nextcloud together with bitnami's redis-cluster chart. It did connect, but the connection was rather unstable (nextcloud logged connection losses every X minutes). I wasn't able to figure out why. Therefore, I reverted to a single instance redis. This was my setup:
Description of the change
Since Redis Cluster is supported upstream we should also support it in this chart and do as much templated configuration as possible. We should start by adding Redis Cluster as a subchart (and valkey cluster as the alternative with more features and a better license).
We should also have a test for it, and a test for redis proper honestly.
Benefits
Easily to support testing issues with redis cluster/valkey cluster if we already have a way to deploy it via the chart easily. Supports users scaling their infra better.
Possible drawbacks
Another thing to support and write tests for.
Additional information
Relates to #543
The text was updated successfully, but these errors were encountered: