From d1c126e89cdfde33306271eeab1f1fedcd819042 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Wed, 5 Nov 2025 09:31:11 -0800 Subject: [PATCH] DOC-5589: update RS/RC compat. info. for new cmds --- content/commands/cluster-migration.md | 6 ++++++ content/commands/delex.md | 7 +++++++ content/commands/digest.md | 6 ++++++ content/commands/msetex.md | 6 ++++++ 4 files changed, 25 insertions(+) diff --git a/content/commands/cluster-migration.md b/content/commands/cluster-migration.md index 06d18f34b6..05ab684f43 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 9e27399a92..817ceb24bc 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 553ac16956..9e336dd83b 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 ac7d2d5a0f..4613476efa 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"