From 0b1dfeecdf57f81cc6f237beea0010ac3ed91bd0 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Fri, 12 Dec 2025 14:32:26 -0600 Subject: [PATCH 1/2] DOC-6035 RS: Clarified in Active-Active limitations that flash is not supported --- content/operate/rs/databases/active-active/planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rs/databases/active-active/planning.md b/content/operate/rs/databases/active-active/planning.md index 85d5584e8e..96eb015a4e 100644 --- a/content/operate/rs/databases/active-active/planning.md +++ b/content/operate/rs/databases/active-active/planning.md @@ -86,5 +86,5 @@ Active-Active databases have the following limitations: - The `UNLINK` command is a blocking command for all types of keys. - Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases. - The hashing policy can't be changed after database creation. -- If an Active-Active database [runs on flash memory]({{}}), you cannot add participating clusters that run on RAM only. +- Flash memory is not supported for Active-Active databases. - Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts. From 27d741e324ff53b108428ec5a0eb943beea49c81 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Mon, 15 Dec 2025 16:54:13 -0600 Subject: [PATCH 2/2] RS: Updated wording of Active-Active Redis Flex limitation --- content/operate/rs/databases/active-active/planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rs/databases/active-active/planning.md b/content/operate/rs/databases/active-active/planning.md index 96eb015a4e..28f8ec52b8 100644 --- a/content/operate/rs/databases/active-active/planning.md +++ b/content/operate/rs/databases/active-active/planning.md @@ -86,5 +86,5 @@ Active-Active databases have the following limitations: - The `UNLINK` command is a blocking command for all types of keys. - Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases. - The hashing policy can't be changed after database creation. -- Flash memory is not supported for Active-Active databases. +- Active-Active databases cannot be configured as Redis Flex deployments. - Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.