diff --git a/content/commands/cluster-migration.md b/content/commands/cluster-migration.md index 06d18f34b..05ab684f4 100644 --- a/content/commands/cluster-migration.md +++ b/content/commands/cluster-migration.md @@ -121,6 +121,12 @@ Cancel all migration tasks: CLUSTER MIGRATION CANCEL ALL ``` +## Redis Software and Redis Cloud compatibility + +| Redis
Enterprise | Redis
Cloud | Notes | +|:----------------------|:-----------------|:------| +| ❌ Standard
❌ Active-Active | ❌ Standard
❌ Active-Active | | + ## Return information {{< multitabs id="return-info" diff --git a/content/commands/delex.md b/content/commands/delex.md index 9e27399a9..817ceb24b 100644 --- a/content/commands/delex.md +++ b/content/commands/delex.md @@ -87,6 +87,13 @@ Only one of the options can be specified. In 8.4, keys must be of type string when using one of the options above. If no options are specified, the key is removed regardless of its type. +## Redis Software and Redis Cloud compatibility + +| Redis
Enterprise | Redis
Cloud | Notes | +|:----------------------|:-----------------|:------| +| ❌ Standard
❌ Active-Active | ❌ Standard
❌ Active-Active | | + + ## Return information {{< multitabs id="return-info" diff --git a/content/commands/digest.md b/content/commands/digest.md index 553ac1695..9e336dd83 100644 --- a/content/commands/digest.md +++ b/content/commands/digest.md @@ -53,6 +53,12 @@ Get the hash digest for the value stored in the specified key as a hexadecimal s A hash digest is a fixed-size numerical representation of a string value, computed using the XXH3 hash algorithm. Redis uses this hash digest for efficient comparison operations without needing to compare the full string content. You can use these hash digests with the [SET]({{< relref "/commands/set" >}}) command's `IFDEQ` and `IFDNE` options, and also the [DELEX]({{< relref "/commands/delex" >}}) command's `IFDEQ` and `IFDNE` options. +## Redis Software and Redis Cloud compatibility + +| Redis
Enterprise | Redis
Cloud | Notes | +|:----------------------|:-----------------|:------| +| ❌ Standard
❌ Active-Active | ❌ Standard
❌ Active-Active | | + ## Return information {{< multitabs id="return-info" diff --git a/content/commands/msetex.md b/content/commands/msetex.md index ac7d2d5a0..4613476ef 100644 --- a/content/commands/msetex.md +++ b/content/commands/msetex.md @@ -135,6 +135,12 @@ The `MSETEX` command supports a set of options that modify its behavior: +## Redis Software and Redis Cloud compatibility + +| Redis
Enterprise | Redis
Cloud | Notes | +|:----------------------|:-----------------|:------| +| ❌ Standard
❌ Active-Active | ❌ Standard
❌ Active-Active | | + ## Return information {{< multitabs id="return-info"