Skip to content

Commit ff83351

Browse files
authored
DOC-5589: update RS/RC compat. info. for new cmds (#2352)
1 parent 7c476b9 commit ff83351

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

content/commands/cluster-migration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ Cancel all migration tasks:
121121
CLUSTER MIGRATION CANCEL ALL
122122
```
123123

124+
## Redis Software and Redis Cloud compatibility
125+
126+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
127+
|:----------------------|:-----------------|:------|
128+
| <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
129+
124130
## Return information
125131

126132
{{< multitabs id="return-info"

content/commands/delex.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ Only one of the options can be specified.
8787

8888
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.
8989

90+
## Redis Software and Redis Cloud compatibility
91+
92+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
93+
|:----------------------|:-----------------|:------|
94+
| <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
95+
96+
9097
## Return information
9198

9299
{{< multitabs id="return-info"

content/commands/digest.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Get the hash digest for the value stored in the specified key as a hexadecimal s
5353

5454
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.
5555

56+
## Redis Software and Redis Cloud compatibility
57+
58+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
59+
|:----------------------|:-----------------|:------|
60+
| <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
61+
5662
## Return information
5763

5864
{{< multitabs id="return-info"

content/commands/msetex.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ The `MSETEX` command supports a set of options that modify its behavior:
135135

136136
</details>
137137

138+
## Redis Software and Redis Cloud compatibility
139+
140+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
141+
|:----------------------|:-----------------|:------|
142+
| <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
143+
138144
## Return information
139145

140146
{{< multitabs id="return-info"

0 commit comments

Comments
 (0)