Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/operate/rs/databases/active-active/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<relref "/operate/rs/databases/flash">}}), 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.