Skip to content

Commit e4c76ca

Browse files
add limitation to a-a doc
#DOC-2229 add limitation to limitations section about UNLINK being blocking
1 parent 7d1f850 commit e4c76ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Active-Active databases have the following limitations:
8383
- An existing database can't be changed into an Active-Active database. To move data from an existing database to an Active-Active database, you must [create a new Active-Active database]({{< relref "/operate/rs/databases/active-active/create.md" >}}) and [migrate the data]({{< relref "/operate/rs/databases/import-export/migrate-to-active-active.md" >}}).
8484
- [Discovery service]({{< relref "/operate/rs/databases/durability-ha/discovery-service.md" >}}) is not supported with Active-Active databases. Active-Active databases require FQDNs or [mDNS]({{< relref "/operate/rs/networking/mdns.md" >}}).
8585
- The `FLUSH` command is not supported from the CLI. To flush your database, use the API or Cluster Manager UI.
86+
- The `UNLINK` command is a blocking command for all types of keys.
8687
- Cross slot multi commands (such as `MSET`) are not supported with Active-Active databases.
8788
- The hashing policy can't be changed after database creation.
8889
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.

0 commit comments

Comments
 (0)