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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion content/commands/acl-cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Then we may want to know what commands are part of a given category:
31) "sort"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-deluser.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exist, in such case no operation is performed for the non existing users.
1
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-dryrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-genpass.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ hex character.
"90"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-getuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Here's an example configuration for a user
10) "&*"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ title: ACL HELP
---
The `ACL HELP` command returns a helpful text describing the different subcommands.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-load.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-save.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-setuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ users in the Redis ACL system.
3) "default"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/acl-whoami.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ can change user using [`AUTH`]({{< relref "/commands/auth" >}}).
"default"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GETRANGE ts 0 3
GETRANGE ts 4 7
{{% /redis-cli %}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/asking.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.add.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ redis> BF.ADD bf item1
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.card.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ redis> BF.CARD bf_new
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.exists.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ redis> BF.EXISTS bf item2
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.info.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ redis> BF.INFO bf1 CAPACITY
1) (integer) 100
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.loadchunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.madd.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.mexists.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ redis> BF.MEXISTS bf item1 item2 item3
3) (integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.reserve.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ redis> BF.RESERVE bf_non 0.01 1000 NONSCALING
OK
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bf.scandump.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for chunk in chunks:
BF.LOADCHUNK(key, iter, data)
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bgrewriteaof.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bgsave.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ command.

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

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bitcount.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ 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 Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bitfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ When offsets and integer sizes are aligned to bytes boundaries, this is the
same as big endian, however when such alignment does not exist, its important
to also understand how the bits inside a byte are ordered.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bitfield_ro.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ See original [`BITFIELD`]({{< relref "/commands/bitfield" >}}) for more details.
BITFIELD_RO hello GET i8 16
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bitop.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ For real-time metrics and statistics involving large inputs a good approach is
to use a replica (with replica-read-only option enabled) where the bit-wise
operations are performed to avoid blocking the master instance.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bitpos.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ redis> BITPOS mykey 1 7 -3 BIT
(integer) -1
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/blmove.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Please see the pattern description in the [`LMOVE`]({{< relref "/commands/lmove"

Please see the pattern description in the [`LMOVE`]({{< relref "/commands/lmove" >}}) documentation.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/blmpop.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A `timeout` of zero can be used to block indefinitely.

See [`LMPOP`]({{< relref "/commands/lmpop" >}}) for more information.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/blpop.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ LPUSH helper_key x
EXEC
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/brpop.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ redis> BRPOP list1 list2 0
2) "c"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/brpoplpush.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Please see the pattern description in the [`RPOPLPUSH`]({{< relref "/commands/rp

Please see the pattern description in the [`RPOPLPUSH`]({{< relref "/commands/rpoplpush" >}}) documentation.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bzmpop.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ A `timeout` of zero can be used to block indefinitely.

See [`ZMPOP`]({{< relref "/commands/zmpop" >}}) for more information.

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bzpopmax.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ redis> BZPOPMAX zset1 zset2 0
3) "2"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/bzpopmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ redis> BZPOPMIN zset1 zset2 0
3) "0"
```

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/cf.add.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ redis> CF.ADD cf item1
(integer) 1
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/cf.addnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ redis> CF.ADDNX cf item
(integer) 0
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
2 changes: 1 addition & 1 deletion content/commands/cf.count.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ redis> CF.COUNT cf item2
(integer) 2
{{< / highlight >}}

## Redis Software and Redis Cloud compatibility
## Redis Enterprise and Redis Cloud compatibility

| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:----------------------|:-----------------|:------|
Expand Down
Loading