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
*[Test your Active-Active database](#test-your-active-active-database)
23
+
*[Active-Active database with Redis modules](#active-active-database-with-redis-modules)
23
24
*[Limitations](#limitations)
24
25
25
26
## Overview
@@ -714,6 +715,16 @@ The output should be as below:
714
715
Note:
715
716
* As the 'STATUS' and the 'SPEC STATUS' are 'Active' and 'Valid' respectively it means the configurations are correct, in case of an error please view the RERC custom resource events and/ or the Redis Enterprise operator logs.
716
717
718
+
## Active-Active database with Redis modules
719
+
720
+
Note - Modules are currently in preview for Active-Active databases.
721
+
722
+
To use modules with Active-Active databases enable the alpha feature flag on all participating clusters:
723
+
To enable modules for Active-Active databases, set a boolean environment variable with the name "ENABLE_ALPHA_FEATURES" to True. This variable can be set via the redis-enterprise-operator pod spec, or through the operator-environment-config Config Map.
724
+
725
+
Important note:
726
+
upgrading modules with Active-Active databases is currently not supported via the operator, to upgrade please use the RS APIs directly and after the module has successfully upgraded update the module version on the REAADB custom resource.
727
+
717
728
## Test your Active-Active database
718
729
719
730
The easiest way to test your Active-Active database is to set a key-value pair in one database and retrieve it from the other.
@@ -743,12 +754,8 @@ From the output fetch the redis 'targetPort':
743
754
744
755
## Limitations
745
756
746
-
747
757
### No migration from the previous AA method
748
758
migrating Active-Active database with non-operator managed Active-Active database is currently not supported.
749
759
750
-
### HashiCorp Vault secret storage
751
-
Storing the secrets in HashiCorp Vault is currently not supported for operator managed Active-Active database .
752
-
753
760
### database version is currently not supported
754
-
Setting database specific version is currently not supported for operator managed Active-Active database.
761
+
Setting database specific version is currently not supported for operator managed Active-Active database.
0 commit comments