From 0b1dfeecdf57f81cc6f237beea0010ac3ed91bd0 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Fri, 12 Dec 2025 14:32:26 -0600 Subject: [PATCH] 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.