Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions content/commands/acl-cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ Then we may want to know what commands are part of a given category:
31) "sort"
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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">}}). |

## Return information

{{< multitabs id="acl-cat-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-deluser.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ exist, in such case no operation is performed for the non existing users.
1
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="acl-deluser-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-dryrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ This command can be used to test the permissions of a given user without having
"User VIRGINIA has no permissions to run the 'get' command"
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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. |

## Return information

{{< multitabs id="acl-dryrun-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-genpass.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ hex character.
"90"
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="acl-genpass-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-getuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Here's an example configuration for a user
10) "&*"
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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">}}). |

## Return information

{{< multitabs id="acl-getuser-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ title: ACL HELP
---
The `ACL HELP` command returns a helpful text describing the different subcommands.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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">}}). |

## Return information

{{< multitabs id="acl-help-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ configuration file if you wish (but make sure to check [`ACL SAVE`]({{< relref "
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.
{{< /note>}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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">}}). |

## Return information

{{< multitabs id="acl-list-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-load.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ sure to have an *all or nothing* behavior, that is:
-ERR /tmp/foo:1: Unknown command or category name in ACL...
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="acl-load-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ Each log entry is composed of the following fields:
9. `timestamp-created`: A UNIX timestamp in `milliseconds` at the time the entry was first created.
10. `timestamp-last-updated`: A UNIX timestamp in `milliseconds` at the time the entry was last updated.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="acl-log-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-save.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ option), this command will save the currently defined ACLs from the server memor
-ERR There was an error trying to save the ACLs. Please check the server logs for more information
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="acl-save-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-setuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ This is a list of all the supported Redis ACL rules:
(error) ERR Error in ACL SETUSER modifier 'heeyyyy': Syntax error
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="acl-setuser-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ users in the Redis ACL system.
3) "default"
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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">}}). |

## Return information

{{< multitabs id="acl-users-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/acl-whoami.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ can change user using [`AUTH`]({{< relref "/commands/auth" >}}).
"default"
```

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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">}}). |

## Return information

{{< multitabs id="acl-whoami-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ GETRANGE ts 0 3
GETRANGE ts 4 7
{{% /redis-cli %}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="append-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/asking.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ If an `-ASK` redirect is received during a transaction, only one ASKING command

See [ASK redirection in the Redis Cluster Specification]({{< relref "/operate/oss_and_stack/reference/cluster-spec#ask-redirection" >}}) for details.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="asking-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ a lot of passwords in parallel in very short time, so make sure to generate a
strong and very long password so that this attack is infeasible.
A good way to generate strong passwords is via the [`ACL GENPASS`]({{< relref "/commands/acl-genpass" >}}) command.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="auth-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.add.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ redis> BF.ADD bf item1
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported"><nobr>&#x2705; Flexible & Annual</nobr></span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-add-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/bf.card.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ redis> BF.CARD bf_new
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported"><nobr>&#x2705; Flexible & Annual</nobr></span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |

## Return information

{{< multitabs id="bf-card-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.exists.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ redis> BF.EXISTS bf item2
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-exists-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.info.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ redis> BF.INFO bf1 CAPACITY
1) (integer) 100
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-info-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ Add two items to a filter, then return error if the filter does not already exis
BF.INSERT filter NOCREATE ITEMS foo bar
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-insert-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.loadchunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Current data chunk (returned by [`BF.SCANDUMP`]({{< relref "commands/bf.scandump

See [`BF.SCANDUMP`]({{< relref "commands/bf.scandump/" >}}) for an example.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-loadchunk-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.madd.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ If `key` does not exist - a new Bloom filter is created with default error rate,
One or more items to add.
</details>

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

Returns one of these replies:
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.mexists.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ redis> BF.MEXISTS bf item1 item2 item3
3) (integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-mexists-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.reserve.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ redis> BF.RESERVE bf_non 0.01 1000 NONSCALING
OK
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-reserve-return-info"
Expand Down
7 changes: 7 additions & 0 deletions content/commands/bf.scandump.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ for chunk in chunks:
BF.LOADCHUNK(key, iter, data)
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <span title="Supported">&#x2705; Supported</span><br /> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Supported">&#x2705; Free & Fixed</nobr></span> | |


## Return information

{{< multitabs id="bf-scandump-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/bgrewriteaof.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Since Redis 2.4 the AOF rewrite is automatically triggered by Redis, however the

See the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="bgrewriteaof-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/bgsave.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ command.

See the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="bgsave-return-info"
Expand Down
6 changes: 6 additions & 0 deletions content/commands/bitcount.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ When the bitmap is big, there are two alternatives:
optional parameters, accumulating the results client-side, and optionally
caching the result into a key.

## Redis Software and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
| <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> | |

## Return information

{{< multitabs id="bitcount-return-info"
Expand Down
Loading