Skip to content

Commit baba1fe

Browse files
authored
DOC-5990 RS: Added A-A DB limitation for set_repl in Lua scripts (#2425)
1 parent b8c5875 commit baba1fe

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

content/operate/rs/7.22/databases/active-active/planning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ Active-Active databases have the following limitations:
8888
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8989
- The hashing policy can't be changed after database creation.
9090
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/7.22/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
91+
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.

content/operate/rs/7.4/databases/active-active/planning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ Active-Active databases have the following limitations:
8888
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8989
- The hashing policy can't be changed after database creation.
9090
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/7.4/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
91+
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.

content/operate/rs/7.8/databases/active-active/planning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ Active-Active databases have the following limitations:
8888
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8989
- The hashing policy can't be changed after database creation.
9090
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/7.8/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
91+
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.

content/operate/rs/databases/active-active/planning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ Active-Active databases have the following limitations:
8787
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8888
- The hashing policy can't be changed after database creation.
8989
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/flash">}}), you cannot add participating clusters that run on RAM only.
90+
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.

0 commit comments

Comments
 (0)