Skip to content

Commit 5a67374

Browse files
Merge branch 'main' into DOC-5881-python-error-checks
2 parents 7d1d8eb + 28c01b2 commit 5a67374

File tree

644 files changed

+20900
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

644 files changed

+20900
-479
lines changed

content/commands/acl-cat.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ Then we may want to know what commands are part of a given category:
119119
31) "sort"
120120
```
121121

122+
## Redis Software and Redis Cloud compatibility
123+
124+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
125+
|:----------------------|:-----------------|:------|
126+
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/programmability">}}). |
127+
122128
## Return information
123129

124130
{{< multitabs id="acl-cat-return-info"

content/commands/acl-deluser.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ exist, in such case no operation is performed for the non existing users.
5151
1
5252
```
5353

54+
## Redis Software and Redis Cloud compatibility
55+
56+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
57+
|:----------------------|:-----------------|:------|
58+
| <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> | |
59+
5460
## Return information
5561

5662
{{< multitabs id="acl-deluser-return-info"

content/commands/acl-dryrun.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ This command can be used to test the permissions of a given user without having
5757
"User VIRGINIA has no permissions to run the 'get' command"
5858
```
5959

60+
## Redis Software and Redis Cloud compatibility
61+
62+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
63+
|:----------------------|:-----------------|:------|
64+
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Might reply with "unknown user" for LDAP users even if `AUTH` succeeds. |
65+
6066
## Return information
6167

6268
{{< multitabs id="acl-dryrun-return-info"

content/commands/acl-genpass.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ hex character.
7474
"90"
7575
```
7676

77+
## Redis Software and Redis Cloud compatibility
78+
79+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
80+
|:----------------------|:-----------------|:------|
81+
| <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> | |
82+
7783
## Return information
7884

7985
{{< multitabs id="acl-genpass-return-info"

content/commands/acl-getuser.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Here's an example configuration for a user
8181
10) "&*"
8282
```
8383

84+
## Redis Software and Redis Cloud compatibility
85+
86+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
87+
|:----------------------|:-----------------|:------|
88+
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/programmability">}}). |
89+
8490
## Return information
8591

8692
{{< multitabs id="acl-getuser-return-info"

content/commands/acl-help.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ title: ACL HELP
2828
---
2929
The `ACL HELP` command returns a helpful text describing the different subcommands.
3030

31+
## Redis Software and Redis Cloud compatibility
32+
33+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
34+
|:----------------------|:-----------------|:------|
35+
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/programmability">}}). |
36+
3137
## Return information
3238

3339
{{< multitabs id="acl-help-return-info"

content/commands/acl-list.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ configuration file if you wish (but make sure to check [`ACL SAVE`]({{< relref "
4848
In some cases, you might see `allchannels` instead of `&*` and `allkeys` instead of `~*` in the output. This is because `allchannels` and `allkeys` are aliases for `&*` and `~*` respectively.
4949
{{< /note>}}
5050

51+
## Redis Software and Redis Cloud compatibility
52+
53+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
54+
|:----------------------|:-----------------|:------|
55+
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/programmability">}}). |
56+
5157
## Return information
5258

5359
{{< multitabs id="acl-list-return-info"

content/commands/acl-load.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ sure to have an *all or nothing* behavior, that is:
4848
-ERR /tmp/foo:1: Unknown command or category name in ACL...
4949
```
5050

51+
## Redis Software and Redis Cloud compatibility
52+
53+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
54+
|:----------------------|:-----------------|:------|
55+
| <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> | |
56+
5157
## Return information
5258

5359
{{< multitabs id="acl-load-return-info"

content/commands/acl-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ Each log entry is composed of the following fields:
9898
9. `timestamp-created`: A UNIX timestamp in `milliseconds` at the time the entry was first created.
9999
10. `timestamp-last-updated`: A UNIX timestamp in `milliseconds` at the time the entry was last updated.
100100

101+
## Redis Software and Redis Cloud compatibility
102+
103+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
104+
|:----------------------|:-----------------|:------|
105+
| <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> | |
106+
101107
## Return information
102108

103109
{{< multitabs id="acl-log-return-info"

content/commands/acl-save.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ option), this command will save the currently defined ACLs from the server memor
4646
-ERR There was an error trying to save the ACLs. Please check the server logs for more information
4747
```
4848

49+
## Redis Software and Redis Cloud compatibility
50+
51+
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
52+
|:----------------------|:-----------------|:------|
53+
| <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> | |
54+
4955
## Return information
5056

5157
{{< multitabs id="acl-save-return-info"

0 commit comments

Comments
 (0)