diff --git a/content/commands/acl-cat.md b/content/commands/acl-cat.md index 9c41ac7c1e..709677c373 100644 --- a/content/commands/acl-cat.md +++ b/content/commands/acl-cat.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-deluser.md b/content/commands/acl-deluser.md index e94252bcd7..826e16bce7 100644 --- a/content/commands/acl-deluser.md +++ b/content/commands/acl-deluser.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-dryrun.md b/content/commands/acl-dryrun.md index b04244bb39..e17ad6b2de 100644 --- a/content/commands/acl-dryrun.md +++ b/content/commands/acl-dryrun.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-genpass.md b/content/commands/acl-genpass.md index c3b063a38e..1a32a7794b 100644 --- a/content/commands/acl-genpass.md +++ b/content/commands/acl-genpass.md @@ -74,7 +74,7 @@ hex character. "90" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-getuser.md b/content/commands/acl-getuser.md index a95b8484b7..32ffeb2f7b 100644 --- a/content/commands/acl-getuser.md +++ b/content/commands/acl-getuser.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-help.md b/content/commands/acl-help.md index 1208cce5d8..a14b075cb8 100644 --- a/content/commands/acl-help.md +++ b/content/commands/acl-help.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-list.md b/content/commands/acl-list.md index b6e6c239e5..f884ee9f1c 100644 --- a/content/commands/acl-list.md +++ b/content/commands/acl-list.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-load.md b/content/commands/acl-load.md index d21b627fdf..934b67df87 100644 --- a/content/commands/acl-load.md +++ b/content/commands/acl-load.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-log.md b/content/commands/acl-log.md index 44da5534f3..6ca6b068df 100644 --- a/content/commands/acl-log.md +++ b/content/commands/acl-log.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-save.md b/content/commands/acl-save.md index f675a11146..0728ea55d4 100644 --- a/content/commands/acl-save.md +++ b/content/commands/acl-save.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-setuser.md b/content/commands/acl-setuser.md index a04f745779..6353750d34 100644 --- a/content/commands/acl-setuser.md +++ b/content/commands/acl-setuser.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-users.md b/content/commands/acl-users.md index 207391e9ca..ebcb4be570 100644 --- a/content/commands/acl-users.md +++ b/content/commands/acl-users.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/acl-whoami.md b/content/commands/acl-whoami.md index 12a85e81fe..47b1605849 100644 --- a/content/commands/acl-whoami.md +++ b/content/commands/acl-whoami.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/append.md b/content/commands/append.md index 93a4a99083..d03fe53526 100644 --- a/content/commands/append.md +++ b/content/commands/append.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/asking.md b/content/commands/asking.md index c61c486a5c..43d9a0e3fe 100644 --- a/content/commands/asking.md +++ b/content/commands/asking.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/auth.md b/content/commands/auth.md index 0e2f3946b0..473c0c8dc4 100644 --- a/content/commands/auth.md +++ b/content/commands/auth.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.add.md b/content/commands/bf.add.md index 66a51dc538..aa03bcf380 100644 --- a/content/commands/bf.add.md +++ b/content/commands/bf.add.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.card.md b/content/commands/bf.card.md index 149c4f93f4..3e2b67beb5 100644 --- a/content/commands/bf.card.md +++ b/content/commands/bf.card.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.exists.md b/content/commands/bf.exists.md index dd0c330012..03ef51b15f 100644 --- a/content/commands/bf.exists.md +++ b/content/commands/bf.exists.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.info.md b/content/commands/bf.info.md index 10b685e528..996cae9d97 100644 --- a/content/commands/bf.info.md +++ b/content/commands/bf.info.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.insert.md b/content/commands/bf.insert.md index 23f3ea131f..942fd1a9ff 100644 --- a/content/commands/bf.insert.md +++ b/content/commands/bf.insert.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.loadchunk.md b/content/commands/bf.loadchunk.md index 87f280a9b4..5631b1fd48 100644 --- a/content/commands/bf.loadchunk.md +++ b/content/commands/bf.loadchunk.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.madd.md b/content/commands/bf.madd.md index 2612ff420c..6590d9ad29 100644 --- a/content/commands/bf.madd.md +++ b/content/commands/bf.madd.md @@ -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. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.mexists.md b/content/commands/bf.mexists.md index 03c34fe7b4..bc7f0ac6f5 100644 --- a/content/commands/bf.mexists.md +++ b/content/commands/bf.mexists.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.reserve.md b/content/commands/bf.reserve.md index 9fc7f8eba8..32251d5ee4 100644 --- a/content/commands/bf.reserve.md +++ b/content/commands/bf.reserve.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bf.scandump.md b/content/commands/bf.scandump.md index 386f43111a..3b6455d4cb 100644 --- a/content/commands/bf.scandump.md +++ b/content/commands/bf.scandump.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bgrewriteaof.md b/content/commands/bgrewriteaof.md index 4628584aa0..5763da8650 100644 --- a/content/commands/bgrewriteaof.md +++ b/content/commands/bgrewriteaof.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bgsave.md b/content/commands/bgsave.md index 6eafb210ef..7962f36c35 100644 --- a/content/commands/bgsave.md +++ b/content/commands/bgsave.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bitcount.md b/content/commands/bitcount.md index 369c5d6229..4f1e749cdf 100644 --- a/content/commands/bitcount.md +++ b/content/commands/bitcount.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bitfield.md b/content/commands/bitfield.md index a862a03fa8..459688355a 100644 --- a/content/commands/bitfield.md +++ b/content/commands/bitfield.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bitfield_ro.md b/content/commands/bitfield_ro.md index d2c06b78b2..46625a7545 100644 --- a/content/commands/bitfield_ro.md +++ b/content/commands/bitfield_ro.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bitop.md b/content/commands/bitop.md index fe648509c8..e573944cc0 100644 --- a/content/commands/bitop.md +++ b/content/commands/bitop.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bitpos.md b/content/commands/bitpos.md index b92f8125ef..bdac00ee3d 100644 --- a/content/commands/bitpos.md +++ b/content/commands/bitpos.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/blmove.md b/content/commands/blmove.md index 914ed3e78e..d49a73016b 100644 --- a/content/commands/blmove.md +++ b/content/commands/blmove.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/blmpop.md b/content/commands/blmpop.md index 562de190fa..75e1a3416e 100644 --- a/content/commands/blmpop.md +++ b/content/commands/blmpop.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/blpop.md b/content/commands/blpop.md index 7e46f268a2..285df06ad5 100644 --- a/content/commands/blpop.md +++ b/content/commands/blpop.md @@ -189,7 +189,7 @@ LPUSH helper_key x EXEC ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/brpop.md b/content/commands/brpop.md index 9f763ae487..76c275d390 100644 --- a/content/commands/brpop.md +++ b/content/commands/brpop.md @@ -81,7 +81,7 @@ redis> BRPOP list1 list2 0 2) "c" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/brpoplpush.md b/content/commands/brpoplpush.md index ac5177e846..3751d9e221 100644 --- a/content/commands/brpoplpush.md +++ b/content/commands/brpoplpush.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bzmpop.md b/content/commands/bzmpop.md index 5e06a832a9..179f34f277 100644 --- a/content/commands/bzmpop.md +++ b/content/commands/bzmpop.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bzpopmax.md b/content/commands/bzpopmax.md index 83ea2bd354..3d854296fd 100644 --- a/content/commands/bzpopmax.md +++ b/content/commands/bzpopmax.md @@ -89,7 +89,7 @@ redis> BZPOPMAX zset1 zset2 0 3) "2" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/bzpopmin.md b/content/commands/bzpopmin.md index 44841b9c15..268f5d6557 100644 --- a/content/commands/bzpopmin.md +++ b/content/commands/bzpopmin.md @@ -89,7 +89,7 @@ redis> BZPOPMIN zset1 zset2 0 3) "0" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.add.md b/content/commands/cf.add.md index ce4e153cf8..bde21d7555 100644 --- a/content/commands/cf.add.md +++ b/content/commands/cf.add.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.addnx.md b/content/commands/cf.addnx.md index 49d9d11f3c..9d10fb0121 100644 --- a/content/commands/cf.addnx.md +++ b/content/commands/cf.addnx.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.count.md b/content/commands/cf.count.md index e585d2b9c4..3fe6d25777 100644 --- a/content/commands/cf.count.md +++ b/content/commands/cf.count.md @@ -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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.del.md b/content/commands/cf.del.md index 46b3310a32..b39b41821a 100644 --- a/content/commands/cf.del.md +++ b/content/commands/cf.del.md @@ -75,7 +75,7 @@ redis> CF.DEL cf item2 (integer) 0 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.exists.md b/content/commands/cf.exists.md index db5f861946..28ca0abfb3 100644 --- a/content/commands/cf.exists.md +++ b/content/commands/cf.exists.md @@ -59,7 +59,7 @@ redis> CF.EXISTS cf item2 (integer) 0 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.info.md b/content/commands/cf.info.md index ed20c82b87..4f9b14c0dc 100644 --- a/content/commands/cf.info.md +++ b/content/commands/cf.info.md @@ -60,7 +60,7 @@ redis> CF.INFO cf 16) (integer) 20 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.insert.md b/content/commands/cf.insert.md index 882cea5733..9f18a81471 100644 --- a/content/commands/cf.insert.md +++ b/content/commands/cf.insert.md @@ -107,7 +107,7 @@ redis> CF.INSERT cf2 ITEMS 1 1 1 1 4) (integer) -1 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.insertnx.md b/content/commands/cf.insertnx.md index 0b56ea7025..f9f1c734cf 100644 --- a/content/commands/cf.insertnx.md +++ b/content/commands/cf.insertnx.md @@ -117,7 +117,7 @@ redis> CF.INSERTNX cf_new CAPACITY 1000 NOCREATE ITEMS item1 item2 (error) ERR not found {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.loadchunk.md b/content/commands/cf.loadchunk.md index 2b99cfa10e..e4a279de06 100644 --- a/content/commands/cf.loadchunk.md +++ b/content/commands/cf.loadchunk.md @@ -72,7 +72,7 @@ Returns one of these replies: See [`CF.SCANDUMP`]({{< relref "commands/cf.scandump/" >}}) for an example. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.mexists.md b/content/commands/cf.mexists.md index 7309825537..28abd47fa0 100644 --- a/content/commands/cf.mexists.md +++ b/content/commands/cf.mexists.md @@ -62,7 +62,7 @@ redis> CF.MEXISTS cf item1 item2 item3 3) (integer) 0 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.reserve.md b/content/commands/cf.reserve.md index 7c3a38a7cb..1104d3e530 100644 --- a/content/commands/cf.reserve.md +++ b/content/commands/cf.reserve.md @@ -120,7 +120,7 @@ redis> CF.RESERVE cf_params 1000 BUCKETSIZE 8 MAXITERATIONS 20 EXPANSION 2 OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cf.scandump.md b/content/commands/cf.scandump.md index 12cf2754c3..3ae65b33c6 100644 --- a/content/commands/cf.scandump.md +++ b/content/commands/cf.scandump.md @@ -94,7 +94,7 @@ for chunk in chunks: CF.LOADCHUNK(key, iter, data) {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-caching.md b/content/commands/client-caching.md index 49304a65a1..fbcab94b24 100644 --- a/content/commands/client-caching.md +++ b/content/commands/client-caching.md @@ -59,7 +59,7 @@ Basically the command sets a state in the connection, that is valid only for the next command execution, that will modify the behavior of client tracking. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-getname.md b/content/commands/client-getname.md index f51f868606..b09bfb7547 100644 --- a/content/commands/client-getname.md +++ b/content/commands/client-getname.md @@ -30,7 +30,7 @@ title: CLIENT GETNAME --- The `CLIENT GETNAME` returns the name of the current connection as set by [`CLIENT SETNAME`]({{< relref "/commands/client-setname" >}}). Since every new connection starts without an associated name, if no name was assigned a null bulk reply is returned. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-getredir.md b/content/commands/client-getredir.md index 6cb091eeee..4a91855cee 100644 --- a/content/commands/client-getredir.md +++ b/content/commands/client-getredir.md @@ -38,7 +38,7 @@ ID notifications are redirected to, this command exists in order to improve introspection and allow clients to check later if redirection is active and towards which client ID. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-help.md b/content/commands/client-help.md index 4abff8e35c..bef46d9a5d 100644 --- a/content/commands/client-help.md +++ b/content/commands/client-help.md @@ -29,7 +29,7 @@ title: CLIENT HELP --- The `CLIENT HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-id.md b/content/commands/client-id.md index e879bcafc3..16e5e69a34 100644 --- a/content/commands/client-id.md +++ b/content/commands/client-id.md @@ -43,7 +43,7 @@ introduced also in Redis 5 together with `CLIENT ID`. Check the [`CLIENT UNBLOCK CLIENT ID {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-info.md b/content/commands/client-info.md index b0b47f0a1f..f568737b4d 100644 --- a/content/commands/client-info.md +++ b/content/commands/client-info.md @@ -40,7 +40,7 @@ The reply format is identical to that of [`CLIENT LIST`]({{< relref "/commands/c CLIENT INFO {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-kill.md b/content/commands/client-kill.md index 84319b0731..53d7b74e76 100644 --- a/content/commands/client-kill.md +++ b/content/commands/client-kill.md @@ -174,7 +174,7 @@ in the middle of the execution of a command. However, the client will notice the connection has been closed only when the next command is sent (and results in network error). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-list.md b/content/commands/client-list.md index 837ccf12fa..26029e0ca7 100644 --- a/content/commands/client-list.md +++ b/content/commands/client-list.md @@ -159,7 +159,7 @@ in the future. A version safe Redis client using this command should parse the output accordingly (i.e. handling gracefully missing fields, skipping unknown fields). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-no-evict.md b/content/commands/client-no-evict.md index c3cd55dbac..14f56eb3d1 100644 --- a/content/commands/client-no-evict.md +++ b/content/commands/client-no-evict.md @@ -51,7 +51,7 @@ When turned off, the current client will be re-included in the pool of potential See [client eviction]({{< relref "/develop/reference/clients" >}}#client-eviction) for more details. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-no-touch.md b/content/commands/client-no-touch.md index 37e76b82d7..c609a24093 100644 --- a/content/commands/client-no-touch.md +++ b/content/commands/client-no-touch.md @@ -48,7 +48,7 @@ When turned on, the current client will not change LFU/LRU stats, unless it send When turned off, the client touches LFU/LRU stats just as a normal client. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-pause.md b/content/commands/client-pause.md index c9fefad455..07b19a1ba2 100644 --- a/content/commands/client-pause.md +++ b/content/commands/client-pause.md @@ -92,7 +92,7 @@ to be static not just from the point of view of clients not being able to write, * `>= 3.2.0`: Client pause prevents client pause and key eviction as well. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-reply.md b/content/commands/client-reply.md index 2b21a771fc..5f085cc56f 100644 --- a/content/commands/client-reply.md +++ b/content/commands/client-reply.md @@ -52,7 +52,7 @@ The `CLIENT REPLY` command controls whether the server will reply the client's c * `OFF`. In this mode the server will not reply to client commands. * `SKIP`. This mode skips the reply of command immediately after it. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-setinfo.md b/content/commands/client-setinfo.md index a10ef80a69..b9b7f9c797 100644 --- a/content/commands/client-setinfo.md +++ b/content/commands/client-setinfo.md @@ -62,7 +62,7 @@ We recommend using the following format for the custom suffixes for third-party Note that these attributes are **not** cleared by the RESET command. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-setname.md b/content/commands/client-setname.md index 1ea126e88e..eb5977a9b9 100644 --- a/content/commands/client-setname.md +++ b/content/commands/client-setname.md @@ -51,7 +51,7 @@ Every new connection starts without an assigned name. Tip: setting names to connections is a good way to debug connection leaks due to bugs in the application using Redis. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-tracking.md b/content/commands/client-tracking.md index cda99a6ed5..c453c17a88 100644 --- a/content/commands/client-tracking.md +++ b/content/commands/client-tracking.md @@ -104,7 +104,7 @@ command when enabling tracking: * `OPTOUT`: when broadcasting is NOT active, normally track keys in read only commands, unless they are called immediately after a `CLIENT CACHING no` command. * `NOLOOP`: don't send notifications about keys modified by this connection itself. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-trackinginfo.md b/content/commands/client-trackinginfo.md index 90c77a86ac..59a892d129 100644 --- a/content/commands/client-trackinginfo.md +++ b/content/commands/client-trackinginfo.md @@ -46,7 +46,7 @@ Here's the list of tracking information sections and their respective values: * **redirect**: The client ID used for notifications redirection, 0 for self-redirection, or -1 when none. * **prefixes**: A list of key prefixes for which notifications are sent to the client. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-unblock.md b/content/commands/client-unblock.md index 295747e429..75b2ad936e 100644 --- a/content/commands/client-unblock.md +++ b/content/commands/client-unblock.md @@ -99,7 +99,7 @@ NULL (client is blocked again) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/client-unpause.md b/content/commands/client-unpause.md index 23693c3910..c28afb9d47 100644 --- a/content/commands/client-unpause.md +++ b/content/commands/client-unpause.md @@ -33,7 +33,7 @@ title: CLIENT UNPAUSE --- `CLIENT UNPAUSE` is used to resume command processing for all clients that were paused by [`CLIENT PAUSE`]({{< relref "/commands/client-pause" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-addslots.md b/content/commands/cluster-addslots.md index a592efb9cd..305718290f 100644 --- a/content/commands/cluster-addslots.md +++ b/content/commands/cluster-addslots.md @@ -82,7 +82,7 @@ orchestrating Redis Cluster, like `redis-cli`, and the command if used out of the right context can leave the cluster in a wrong state or cause data loss. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-addslotsrange.md b/content/commands/cluster-addslotsrange.md index 1a8f7b5b25..522e60f024 100644 --- a/content/commands/cluster-addslotsrange.md +++ b/content/commands/cluster-addslotsrange.md @@ -65,7 +65,7 @@ This command only works in cluster mode and is useful in the following Redis Clu 1. To create a new cluster, `CLUSTER ADDSLOTSRANGE` is used to initially set up master nodes splitting the available hash slots among them. 2. In order to fix a broken cluster where certain slots are unassigned. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-bumpepoch.md b/content/commands/cluster-bumpepoch.md index 760b8a2fa6..edfc1daf53 100644 --- a/content/commands/cluster-bumpepoch.md +++ b/content/commands/cluster-bumpepoch.md @@ -37,7 +37,7 @@ The `CLUSTER BUMPEPOCH` command triggers an increment to the cluster's config ep **Note:** config epoch management is performed internally by the cluster, and relies on obtaining a consensus of nodes. The `CLUSTER BUMPEPOCH` attempts to increment the config epoch **WITHOUT** getting the consensus, so using it may violate the "last failover wins" rule. Use it with caution. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-count-failure-reports.md b/content/commands/cluster-count-failure-reports.md index 21c7563718..ae31d6989e 100644 --- a/content/commands/cluster-count-failure-reports.md +++ b/content/commands/cluster-count-failure-reports.md @@ -53,7 +53,7 @@ This command returns the number of failure reports for the current node which ar This command is mainly useful for debugging, when the failure detector of Redis Cluster is not operating as we believe it should. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-countkeysinslot.md b/content/commands/cluster-countkeysinslot.md index 36e8defede..7a104b3fe9 100644 --- a/content/commands/cluster-countkeysinslot.md +++ b/content/commands/cluster-countkeysinslot.md @@ -39,7 +39,7 @@ zero being returned. (integer) 50341 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-delslots.md b/content/commands/cluster-delslots.md index 7689c47122..6071c57c0a 100644 --- a/content/commands/cluster-delslots.md +++ b/content/commands/cluster-delslots.md @@ -78,7 +78,7 @@ debugging and in order to manually orchestrate a cluster configuration when a new cluster is created. It is currently not used by `redis-cli`, and mainly exists for API completeness. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-delslotsrange.md b/content/commands/cluster-delslotsrange.md index 44bca6f943..0cb30b340d 100644 --- a/content/commands/cluster-delslotsrange.md +++ b/content/commands/cluster-delslotsrange.md @@ -69,7 +69,7 @@ debugging and in order to manually orchestrate a cluster configuration when a new cluster is created. It is currently not used by `redis-cli`, and mainly exists for API completeness. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-failover.md b/content/commands/cluster-failover.md index 36a59d5ffa..7aca1c0a12 100644 --- a/content/commands/cluster-failover.md +++ b/content/commands/cluster-failover.md @@ -106,7 +106,7 @@ Because of this the **TAKEOVER** option should be used with care. * To check that the failover has actually happened you can use [`ROLE`]({{< relref "/commands/role" >}}), `INFO REPLICATION` (which indicates "role:master" after successful failover), or [`CLUSTER NODES`]({{< relref "/commands/cluster-nodes" >}}) to verify that the state of the cluster has changed sometime after the command was sent. * To check if the failover has failed, check the replica's log for "Manual failover timed out", which is logged if the replica has given up after a few seconds. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-flushslots.md b/content/commands/cluster-flushslots.md index fb6e0ea2df..c78a02dc76 100644 --- a/content/commands/cluster-flushslots.md +++ b/content/commands/cluster-flushslots.md @@ -33,7 +33,7 @@ Deletes all slots from a node. The `CLUSTER FLUSHSLOTS` deletes all information about slots from the connected node. It can only be called when the database is empty. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-forget.md b/content/commands/cluster-forget.md index df682c2e8a..47b6193927 100644 --- a/content/commands/cluster-forget.md +++ b/content/commands/cluster-forget.md @@ -99,7 +99,7 @@ The command does not succeed and returns an error in the following cases: * `>= 7.2.0`: Automatically propagate node deletion to other nodes in a cluster, allowing nodes to be deleted with a single call in most cases. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-getkeysinslot.md b/content/commands/cluster-getkeysinslot.md index eb42591a15..0ff2248d15 100644 --- a/content/commands/cluster-getkeysinslot.md +++ b/content/commands/cluster-getkeysinslot.md @@ -51,7 +51,7 @@ of the [`CLUSTER SETSLOT`]({{< relref "/commands/cluster-setslot" >}}) command d 3) "key_92937" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-help.md b/content/commands/cluster-help.md index 05d93be930..502ded8180 100644 --- a/content/commands/cluster-help.md +++ b/content/commands/cluster-help.md @@ -28,7 +28,7 @@ title: CLUSTER HELP --- The `CLUSTER HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-info.md b/content/commands/cluster-info.md index 7eb21e04d0..68275bc477 100644 --- a/content/commands/cluster-info.md +++ b/content/commands/cluster-info.md @@ -76,7 +76,7 @@ Here are the explanation of these fields: More information about the Current Epoch and Config Epoch variables are available in the [Redis Cluster specification document]({{< relref "/operate/oss_and_stack/reference/cluster-spec#cluster-current-epoch" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-keyslot.md b/content/commands/cluster-keyslot.md index 6f940428e2..b0d10ba78f 100644 --- a/content/commands/cluster-keyslot.md +++ b/content/commands/cluster-keyslot.md @@ -50,7 +50,7 @@ Example use cases for this command: Note that the command implements the full hashing algorithm, including support for **hash tags**, that is the special property of Redis Cluster key hashing algorithm, of hashing just what is between `{` and `}` if such a pattern is found inside the key name, in order to force multiple keys to be handled by the same node. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-links.md b/content/commands/cluster-links.md index 9d277fd01c..aaafe08ba8 100644 --- a/content/commands/cluster-links.md +++ b/content/commands/cluster-links.md @@ -72,7 +72,7 @@ Each map is composed of the following attributes of the corresponding cluster li 5. `send-buffer-allocated`: Allocated size of the link's send buffer, which is used to buffer outgoing messages toward the peer. 6. `send-buffer-used`: Size of the portion of the link's send buffer that is currently holding data(messages). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-meet.md b/content/commands/cluster-meet.md index d0a53e1707..7a34280681 100644 --- a/content/commands/cluster-meet.md +++ b/content/commands/cluster-meet.md @@ -83,7 +83,7 @@ the node to force the receiver to accept it as a trusted node, it sends a same format, but the former forces the receiver to acknowledge the node as trusted. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-myid.md b/content/commands/cluster-myid.md index 4e05ce5592..cfde39b385 100644 --- a/content/commands/cluster-myid.md +++ b/content/commands/cluster-myid.md @@ -29,7 +29,7 @@ Returns the node's id. The `CLUSTER MYID` command returns the unique, auto-generated identifier that is associated with the connected cluster node. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-myshardid.md b/content/commands/cluster-myshardid.md index 0de82f4fc4..cc8f222605 100644 --- a/content/commands/cluster-myshardid.md +++ b/content/commands/cluster-myshardid.md @@ -31,7 +31,7 @@ Returns the node's shard id. The `CLUSTER MYSHARDID` command returns the unique, auto-generated identifier that is associated with the shard to which the connected cluster node belongs. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-nodes.md b/content/commands/cluster-nodes.md index f49f0d48c8..0bdefa6757 100644 --- a/content/commands/cluster-nodes.md +++ b/content/commands/cluster-nodes.md @@ -136,7 +136,7 @@ Note that: **A note about the word slave used in this man page and command name**: Starting with Redis 5, if not for backward compatibility, the Redis project no longer uses the word slave. Unfortunately in this command the word slave is part of the protocol, so we'll be able to remove such occurrences only when this API will be naturally deprecated. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-replicas.md b/content/commands/cluster-replicas.md index 554ffd9953..b353f0704f 100644 --- a/content/commands/cluster-replicas.md +++ b/content/commands/cluster-replicas.md @@ -46,7 +46,7 @@ configuration update, it may show stale information. However eventually (in a matter of seconds if there are no network partitions) all the nodes will agree about the set of nodes associated with a given master. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-replicate.md b/content/commands/cluster-replicate.md index 601ebd3809..23efd414e1 100644 --- a/content/commands/cluster-replicate.md +++ b/content/commands/cluster-replicate.md @@ -56,7 +56,7 @@ only if the following additional conditions are met: If the command succeeds the new replica will immediately try to contact its master in order to replicate from it. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-reset.md b/content/commands/cluster-reset.md index 38417bd862..25d035687a 100644 --- a/content/commands/cluster-reset.md +++ b/content/commands/cluster-reset.md @@ -65,7 +65,7 @@ reset the state of the cluster every time a new test unit is executed. If no reset type is specified, the default is **soft**. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-saveconfig.md b/content/commands/cluster-saveconfig.md index 4e5080e695..df4c77e933 100644 --- a/content/commands/cluster-saveconfig.md +++ b/content/commands/cluster-saveconfig.md @@ -41,7 +41,7 @@ is persisted on disk, however all the commands should normally be able to auto schedule to persist the configuration on disk when it is important to do so for the correctness of the system in the event of a restart. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-set-config-epoch.md b/content/commands/cluster-set-config-epoch.md index 54c42a2b53..8b36b2da5f 100644 --- a/content/commands/cluster-set-config-epoch.md +++ b/content/commands/cluster-set-config-epoch.md @@ -55,7 +55,7 @@ So, using `CLUSTER SET-CONFIG-EPOCH`, when a new cluster is created, we can assign a different progressive configuration epoch to each node before joining the cluster together. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-setslot.md b/content/commands/cluster-setslot.md index 09d6e729c2..d87cd892b9 100644 --- a/content/commands/cluster-setslot.md +++ b/content/commands/cluster-setslot.md @@ -135,7 +135,7 @@ Notes: * Step 6, sending `SETSLOT` to the nodes not involved in the resharding, is not technically necessary since the configuration will eventually propagate itself. However, it is a good idea to do so in order to stop nodes from pointing to the wrong node for the hash slot moved as soon as possible, resulting in less redirections to find the right node. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-shards.md b/content/commands/cluster-shards.md index 9415634078..9a22c1541b 100644 --- a/content/commands/cluster-shards.md +++ b/content/commands/cluster-shards.md @@ -182,7 +182,7 @@ Clients may treat the empty string in the same way as NULL, that is the same end 14) "online" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-slaves.md b/content/commands/cluster-slaves.md index 7067909a9a..90b8999420 100644 --- a/content/commands/cluster-slaves.md +++ b/content/commands/cluster-slaves.md @@ -52,7 +52,7 @@ configuration update, it may show stale information. However eventually (in a matter of seconds if there are no network partitions) all the nodes will agree about the set of nodes associated with a given master. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-slot-stats.md b/content/commands/cluster-slot-stats.md index 117a17015b..4af78556e9 100644 --- a/content/commands/cluster-slot-stats.md +++ b/content/commands/cluster-slot-stats.md @@ -108,7 +108,7 @@ The command reports on the following statistics: * `NETWORK-BYTES-IN`: Total inbound network traffic (in bytes) received by the slot. * `NETWORK-BYTES-OUT`: Total outbound network traffic (in bytes) sent from the slot. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cluster-slots.md b/content/commands/cluster-slots.md index 3b91208966..41712f59d9 100644 --- a/content/commands/cluster-slots.md +++ b/content/commands/cluster-slots.md @@ -128,7 +128,7 @@ Similarly a client library should try if possible to cope with the fact that old * `>= 7.0.0`: Added support for hostnames and unknown endpoints in first field of node response. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cms.incrby.md b/content/commands/cms.incrby.md index e98af6fd29..18a26133ee 100644 --- a/content/commands/cms.incrby.md +++ b/content/commands/cms.incrby.md @@ -53,7 +53,7 @@ redis> CMS.INCRBY test foo 10 bar 42 2) (integer) 42 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cms.info.md b/content/commands/cms.info.md index ca5bf4132d..a7f0333826 100644 --- a/content/commands/cms.info.md +++ b/content/commands/cms.info.md @@ -47,7 +47,7 @@ redis> CMS.INFO test 6) (integer) 0 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cms.initbydim.md b/content/commands/cms.initbydim.md index 16eb45bd03..d0813364eb 100644 --- a/content/commands/cms.initbydim.md +++ b/content/commands/cms.initbydim.md @@ -49,7 +49,7 @@ redis> CMS.INITBYDIM test 2000 5 OK ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cms.initbyprob.md b/content/commands/cms.initbyprob.md index 0c0f536815..d44d420848 100644 --- a/content/commands/cms.initbyprob.md +++ b/content/commands/cms.initbyprob.md @@ -53,7 +53,7 @@ redis> CMS.INITBYPROB test 0.001 0.01 OK ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cms.merge.md b/content/commands/cms.merge.md index 24304a6f5f..b9a947120b 100644 --- a/content/commands/cms.merge.md +++ b/content/commands/cms.merge.md @@ -60,7 +60,7 @@ redis> CMS.MERGE dest 2 test1 test2 WEIGHTS 1 3 OK ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/cms.query.md b/content/commands/cms.query.md index 87b697601a..cdb47b067c 100644 --- a/content/commands/cms.query.md +++ b/content/commands/cms.query.md @@ -46,7 +46,7 @@ redis> CMS.QUERY test foo bar 2) (integer) 42 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-count.md b/content/commands/command-count.md index 1ec80dbfdc..77e002b41a 100644 --- a/content/commands/command-count.md +++ b/content/commands/command-count.md @@ -35,7 +35,7 @@ Returns [Integer reply]({{< relref "/develop/reference/protocol-spec#integers" > COMMAND COUNT {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-docs.md b/content/commands/command-docs.md index 34306953e9..f4d2aa1204 100644 --- a/content/commands/command-docs.md +++ b/content/commands/command-docs.md @@ -87,7 +87,7 @@ The following keys may be included in the mapped reply: COMMAND DOCS SET {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-getkeys.md b/content/commands/command-getkeys.md index 4c1b7cbaab..1b3c05d7b1 100644 --- a/content/commands/command-getkeys.md +++ b/content/commands/command-getkeys.md @@ -53,7 +53,7 @@ COMMAND GETKEYS EVAL "not consulted" 3 key1 key2 key3 arg1 arg2 arg3 argN COMMAND GETKEYS SORT mylist ALPHA STORE outlist {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-getkeysandflags.md b/content/commands/command-getkeysandflags.md index 4ef97ee2f4..e4008bf73f 100644 --- a/content/commands/command-getkeysandflags.md +++ b/content/commands/command-getkeysandflags.md @@ -54,7 +54,7 @@ COMMAND GETKEYS EVAL "not consulted" 3 key1 key2 key3 arg1 arg2 arg3 argN COMMAND GETKEYSANDFLAGS LMOVE mylist1 mylist2 left left {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-help.md b/content/commands/command-help.md index 18fd6c3371..43e949a7a9 100644 --- a/content/commands/command-help.md +++ b/content/commands/command-help.md @@ -29,7 +29,7 @@ title: COMMAND HELP --- The `COMMAND HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-info.md b/content/commands/command-info.md index 6a40b19710..8d788c67e5 100644 --- a/content/commands/command-info.md +++ b/content/commands/command-info.md @@ -53,7 +53,7 @@ COMMAND INFO get set eval COMMAND INFO foo evalsha config bar {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command-list.md b/content/commands/command-list.md index d7cf5745b6..7180d14f5d 100644 --- a/content/commands/command-list.md +++ b/content/commands/command-list.md @@ -56,7 +56,7 @@ You can use the optional _FILTERBY_ modifier to apply one of the following filte - **ACLCAT category**: get the commands in the [ACL category]({{< relref "operate/oss_and_stack/management/security/acl#command-categories" >}}) specified by _category_. - **PATTERN pattern**: get the commands that match the given glob-like _pattern_. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/command.md b/content/commands/command.md index 198dceca6e..e2967a16cb 100644 --- a/content/commands/command.md +++ b/content/commands/command.md @@ -265,7 +265,7 @@ The following is `COMMAND`'s output for the [`GET`]({{< relref "/commands/get" > ... ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/config-get.md b/content/commands/config-get.md index 97b45e4afd..a1f8175403 100644 --- a/content/commands/config-get.md +++ b/content/commands/config-get.md @@ -79,7 +79,7 @@ Note that you should look at the redis.conf file relevant to the version you're working with as configuration options might change between versions. The link above is to the latest development version. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/config-help.md b/content/commands/config-help.md index ace54c7834..0646501f51 100644 --- a/content/commands/config-help.md +++ b/content/commands/config-help.md @@ -28,7 +28,7 @@ title: CONFIG HELP --- The `CONFIG HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/config-resetstat.md b/content/commands/config-resetstat.md index 3d6df884a0..1cd39322f6 100644 --- a/content/commands/config-resetstat.md +++ b/content/commands/config-resetstat.md @@ -44,7 +44,7 @@ The following is a non-exhaustive list of values that are reset: * Persistence statistics * Active defragmentation statistics -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/config-rewrite.md b/content/commands/config-rewrite.md index 53afe57305..8d043fa5fc 100644 --- a/content/commands/config-rewrite.md +++ b/content/commands/config-rewrite.md @@ -49,7 +49,7 @@ CONFIG REWRITE is also able to rewrite the configuration file from scratch if th In order to make sure the redis.conf file is always consistent, that is, on errors or crashes you always end with the old file, or the new one, the rewrite is performed with a single `write(2)` call that has enough content to be at least as big as the old file. Sometimes additional padding in the form of comments is added in order to make sure the resulting file is big enough, and later the file gets truncated to remove the padding at the end. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/config-set.md b/content/commands/config-set.md index 3db65add3e..2dfa63f3df 100644 --- a/content/commands/config-set.md +++ b/content/commands/config-set.md @@ -81,7 +81,7 @@ Redis server that started with AOF turned on since the start. You can have both the AOF enabled with RDB snapshotting if you want, the two options are not mutually exclusive. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/copy.md b/content/commands/copy.md index f506a32061..c58beef355 100644 --- a/content/commands/copy.md +++ b/content/commands/copy.md @@ -91,7 +91,7 @@ COPY dolly clone GET clone ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/dbsize.md b/content/commands/dbsize.md index 4c673191de..7b8232b8f8 100644 --- a/content/commands/dbsize.md +++ b/content/commands/dbsize.md @@ -33,7 +33,7 @@ title: DBSIZE --- Return the number of keys in the currently-selected database. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/debug.md b/content/commands/debug.md index 02f55a147f..ad6ea60900 100644 --- a/content/commands/debug.md +++ b/content/commands/debug.md @@ -35,7 +35,7 @@ title: DEBUG The `DEBUG` command is an internal command. It is meant to be used for developing and testing Redis. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/decr.md b/content/commands/decr.md index 216851ae01..80ea01fa21 100644 --- a/content/commands/decr.md +++ b/content/commands/decr.md @@ -67,7 +67,7 @@ SET mykey "234293482390480948029348230948" DECR mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/decrby.md b/content/commands/decrby.md index 11f1705b6d..e06ea76d8a 100644 --- a/content/commands/decrby.md +++ b/content/commands/decrby.md @@ -67,7 +67,7 @@ SET mykey "10" DECRBY mykey 3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/del.md b/content/commands/del.md index 0790e6ab3e..58d1094eb6 100644 --- a/content/commands/del.md +++ b/content/commands/del.md @@ -74,7 +74,7 @@ SET key2 "World" DEL key1 key2 key3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/discard.md b/content/commands/discard.md index d4cebb8a14..2c05a930cc 100644 --- a/content/commands/discard.md +++ b/content/commands/discard.md @@ -37,7 +37,7 @@ connection state to normal. If [`WATCH`]({{< relref "/commands/watch" >}}) was used, `DISCARD` unwatches all keys watched by the connection. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/dump.md b/content/commands/dump.md index 9fa5636a5b..ca4cd73bf0 100644 --- a/content/commands/dump.md +++ b/content/commands/dump.md @@ -82,7 +82,7 @@ OK "\x00\xc0\n\n\x00n\x9fWE\x0e\xaec\xbb" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/echo.md b/content/commands/echo.md index 57975119a5..0ad2685045 100644 --- a/content/commands/echo.md +++ b/content/commands/echo.md @@ -40,7 +40,7 @@ Returns `message`. ECHO "Hello World!" {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/eval.md b/content/commands/eval.md index f11fd768fc..c36bbbc907 100644 --- a/content/commands/eval.md +++ b/content/commands/eval.md @@ -94,7 +94,7 @@ The following example will run a script that returns the first argument that it "hello" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/eval_ro.md b/content/commands/eval_ro.md index 233c78e47d..cf13072f27 100644 --- a/content/commands/eval_ro.md +++ b/content/commands/eval_ro.md @@ -82,7 +82,7 @@ OK (error) ERR Error running script (call to b0d697da25b13e49157b2c214a4033546aba2104): @user_script:1: @user_script: 1: Write commands are not allowed from read-only scripts. ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/evalsha.md b/content/commands/evalsha.md index 42cc4bb1f4..b9d00ad927 100644 --- a/content/commands/evalsha.md +++ b/content/commands/evalsha.md @@ -69,7 +69,7 @@ The command is otherwise identical to [`EVAL`]({{< relref "/commands/eval" >}}). Please refer to the [Redis Programmability]({{< relref "/develop/programmability/" >}}) and [Introduction to Eval Scripts]({{< relref "/develop/programmability/eval-intro" >}}) for more information about Lua scripts. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/evalsha_ro.md b/content/commands/evalsha_ro.md index c233f57be5..a368b5e9db 100644 --- a/content/commands/evalsha_ro.md +++ b/content/commands/evalsha_ro.md @@ -68,7 +68,7 @@ For more information about when to use this command vs [`EVALSHA`]({{< relref "/ For more information about [`EVALSHA`]({{< relref "/commands/evalsha" >}}) scripts please refer to [Introduction to Eval Scripts]({{< relref "/develop/programmability/eval-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/exec.md b/content/commands/exec.md index 9841749ee2..10a152d006 100644 --- a/content/commands/exec.md +++ b/content/commands/exec.md @@ -39,7 +39,7 @@ not modified, allowing for a [check-and-set mechanism][ttc]. [ttc]: /develop/interact/transactions#cas -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/exists.md b/content/commands/exists.md index 7763ce0609..3030df46c1 100644 --- a/content/commands/exists.md +++ b/content/commands/exists.md @@ -76,7 +76,7 @@ SET key2 "World" EXISTS key1 key2 nosuchkey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/expire.md b/content/commands/expire.md index e6876cee67..e79b32ed65 100644 --- a/content/commands/expire.md +++ b/content/commands/expire.md @@ -270,7 +270,7 @@ fully acting as a master. Starting with Redis 8, the Redis Query Engine has enhanced behavior when handling expiring keys. For detailed information about how [`FT.SEARCH`]({{< relref "/commands/ft.search" >}}) and [`FT.AGGREGATE`]({{< relref "/commands/ft.aggregate" >}}) commands interact with expiring keys, see [Key and field expiration behavior]({{< relref "/develop/ai/search-and-query/advanced-concepts/expiration" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/expireat.md b/content/commands/expireat.md index d3edb30979..531b390ea7 100644 --- a/content/commands/expireat.md +++ b/content/commands/expireat.md @@ -111,7 +111,7 @@ EXPIREAT mykey 1293840000 EXISTS mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/expiretime.md b/content/commands/expiretime.md index 9551ad5afe..decf75cfff 100644 --- a/content/commands/expiretime.md +++ b/content/commands/expiretime.md @@ -58,7 +58,7 @@ EXPIREAT mykey 33177117420 EXPIRETIME mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/failover.md b/content/commands/failover.md index 2440e3a8ea..fcf52bc013 100644 --- a/content/commands/failover.md +++ b/content/commands/failover.md @@ -101,7 +101,7 @@ If a multi-master scenario is encountered, you will need to manually identify wh NOTE: [`REPLICAOF`]({{< relref "/commands/replicaof" >}}) is disabled while a failover is in progress, this is to prevent unintended interactions with the failover that might cause data loss. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/fcall.md b/content/commands/fcall.md index cbcb390fa5..76eb1cc762 100644 --- a/content/commands/fcall.md +++ b/content/commands/fcall.md @@ -92,7 +92,7 @@ redis> FCALL myfunc 0 hello "hello" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/fcall_ro.md b/content/commands/fcall_ro.md index 92dd704b60..10c85a723e 100644 --- a/content/commands/fcall_ro.md +++ b/content/commands/fcall_ro.md @@ -69,7 +69,7 @@ For more information about when to use this command vs [`FCALL`]({{< relref "/co For more information please refer to [Introduction to Redis Functions]({{< relref "/develop/programmability/functions-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/flushall.md b/content/commands/flushall.md index 16ae236a7b..5c282e2729 100644 --- a/content/commands/flushall.md +++ b/content/commands/flushall.md @@ -76,7 +76,7 @@ FLUSHALL SYNC * `>= 6.2.0`: Default flush behavior now configurable by the **lazyfree-lazy-user-flush** configuration directive. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/flushdb.md b/content/commands/flushdb.md index 4e9490d5ab..52ce0e15c2 100644 --- a/content/commands/flushdb.md +++ b/content/commands/flushdb.md @@ -72,7 +72,7 @@ It is possible to use one of the following modifiers to dictate the flushing mod * `>= 6.2.0`: Default flush behavior now configurable by the **lazyfree-lazy-user-flush** configuration directive. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ft._list.md b/content/commands/ft._list.md index 18e2ff2049..4c9099b771 100644 --- a/content/commands/ft._list.md +++ b/content/commands/ft._list.md @@ -47,9 +47,9 @@ FT._LIST 3) "imdb" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.aggregate.md b/content/commands/ft.aggregate.md index 75fdd75cb7..4e741aaed2 100644 --- a/content/commands/ft.aggregate.md +++ b/content/commands/ft.aggregate.md @@ -506,9 +506,9 @@ APPLY case(@is_pending == 0 && @priority == "high", 3,4) AS status_completed -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.aliasadd.md b/content/commands/ft.aliasadd.md index 4830e54500..f3fab6b90c 100644 --- a/content/commands/ft.aliasadd.md +++ b/content/commands/ft.aliasadd.md @@ -70,9 +70,9 @@ Attempting to add the same alias returns a message that the alias already exists {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.aliasdel.md b/content/commands/ft.aliasdel.md index c39043a07e..df5c6de733 100644 --- a/content/commands/ft.aliasdel.md +++ b/content/commands/ft.aliasdel.md @@ -56,9 +56,9 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.aliasupdate.md b/content/commands/ft.aliasupdate.md index ed9495040e..d05868a4c3 100644 --- a/content/commands/ft.aliasupdate.md +++ b/content/commands/ft.aliasupdate.md @@ -58,9 +58,9 @@ Update the alias of an index. OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.alter.md b/content/commands/ft.alter.md index 19cc421efc..9d830786e3 100644 --- a/content/commands/ft.alter.md +++ b/content/commands/ft.alter.md @@ -92,9 +92,9 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.config-get.md b/content/commands/ft.config-get.md index af8fd965fc..95e79a9041 100644 --- a/content/commands/ft.config-get.md +++ b/content/commands/ft.config-get.md @@ -136,9 +136,9 @@ is name of the configuration option, or '*' for all. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ❌ Not supported | ⚠️ Not supported1 | ❌ Not supported | | diff --git a/content/commands/ft.config-help.md b/content/commands/ft.config-help.md index 51fc4efa5d..e980ffaa4c 100644 --- a/content/commands/ft.config-help.md +++ b/content/commands/ft.config-help.md @@ -61,9 +61,9 @@ is name of the configuration option, or '*' for all. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ❌ Not supported | ❌ Not supported | ❌ Not supported | | diff --git a/content/commands/ft.config-set.md b/content/commands/ft.config-set.md index decabfc858..460c277b9e 100644 --- a/content/commands/ft.config-set.md +++ b/content/commands/ft.config-set.md @@ -73,9 +73,9 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ⚠️ Not supported1 | ⚠️ Not supported2 | ❌ Not supported | | diff --git a/content/commands/ft.create.md b/content/commands/ft.create.md index c7f3d65c41..6453a369ff 100644 --- a/content/commands/ft.create.md +++ b/content/commands/ft.create.md @@ -459,9 +459,9 @@ The following example uses data similar to the hash examples above but uses JSON {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.cursor-del.md b/content/commands/ft.cursor-del.md index ecf804fa0d..b632e6d313 100644 --- a/content/commands/ft.cursor-del.md +++ b/content/commands/ft.cursor-del.md @@ -70,9 +70,9 @@ Check that the cursor is deleted. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.cursor-read.md b/content/commands/ft.cursor-read.md index dda918de9a..69a1434655 100644 --- a/content/commands/ft.cursor-read.md +++ b/content/commands/ft.cursor-read.md @@ -74,9 +74,9 @@ is number of results to read. This parameter overrides `COUNT` specified in [`FT {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.dictadd.md b/content/commands/ft.dictadd.md index cda862111b..88aa4ea8ca 100644 --- a/content/commands/ft.dictadd.md +++ b/content/commands/ft.dictadd.md @@ -63,9 +63,9 @@ term to add to the dictionary. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.dictdel.md b/content/commands/ft.dictdel.md index 22a0cd6b5c..64db142410 100644 --- a/content/commands/ft.dictdel.md +++ b/content/commands/ft.dictdel.md @@ -63,9 +63,9 @@ term to delete from the dictionary. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.dictdump.md b/content/commands/ft.dictdump.md index 091576524b..a5d02c730d 100644 --- a/content/commands/ft.dictdump.md +++ b/content/commands/ft.dictdump.md @@ -56,9 +56,9 @@ is dictionary name. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.dropindex.md b/content/commands/ft.dropindex.md index 0830b0974f..730ce99cea 100644 --- a/content/commands/ft.dropindex.md +++ b/content/commands/ft.dropindex.md @@ -77,9 +77,9 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.explain.md b/content/commands/ft.explain.md index 34452c5d6d..019545db2e 100644 --- a/content/commands/ft.explain.md +++ b/content/commands/ft.explain.md @@ -99,9 +99,9 @@ INTERSECT { {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.explaincli.md b/content/commands/ft.explaincli.md index 6a768d1593..7fe20353db 100644 --- a/content/commands/ft.explaincli.md +++ b/content/commands/ft.explaincli.md @@ -112,9 +112,9 @@ $ redis-cli {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.info.md b/content/commands/ft.info.md index 96399d31bf..16e6f8e8a6 100644 --- a/content/commands/ft.info.md +++ b/content/commands/ft.info.md @@ -353,9 +353,9 @@ The next two GC-related fields are relevant in scenarios where simultaneous chan {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.profile.md b/content/commands/ft.profile.md index b3ab8990a9..cb59cc24e6 100644 --- a/content/commands/ft.profile.md +++ b/content/commands/ft.profile.md @@ -395,9 +395,9 @@ Here's an example of running the `FT.PROFILE` command for a vector query. {{< /highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.search.md b/content/commands/ft.search.md index d983945334..a6af70a406 100644 --- a/content/commands/ft.search.md +++ b/content/commands/ft.search.md @@ -852,9 +852,9 @@ Query with `CONTAINS` operator: -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.spellcheck.md b/content/commands/ft.spellcheck.md index 09ad8c2ea2..9c0119146f 100644 --- a/content/commands/ft.spellcheck.md +++ b/content/commands/ft.spellcheck.md @@ -132,9 +132,9 @@ The score is calculated by dividing the number of documents in which the suggest {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.sugadd.md b/content/commands/ft.sugadd.md index 4a826a9901..95b3908863 100644 --- a/content/commands/ft.sugadd.md +++ b/content/commands/ft.sugadd.md @@ -96,7 +96,7 @@ saves an extra payload with the suggestion, that can be fetched by adding the `W {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ft.sugdel.md b/content/commands/ft.sugdel.md index 50dd1fbd2d..a8e8b798e7 100644 --- a/content/commands/ft.sugdel.md +++ b/content/commands/ft.sugdel.md @@ -65,7 +65,7 @@ is suggestion string to index. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ft.sugget.md b/content/commands/ft.sugget.md index 6f4c056ceb..091dfb22e6 100644 --- a/content/commands/ft.sugget.md +++ b/content/commands/ft.sugget.md @@ -110,7 +110,7 @@ FT.SUGGET returns an array reply, which is a list of the top suggestions matchin {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ft.suglen.md b/content/commands/ft.suglen.md index 525d838a50..df3f491339 100644 --- a/content/commands/ft.suglen.md +++ b/content/commands/ft.suglen.md @@ -54,7 +54,7 @@ is suggestion dictionary key. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ft.syndump.md b/content/commands/ft.syndump.md index 19aefa00fe..cdbc20b89c 100644 --- a/content/commands/ft.syndump.md +++ b/content/commands/ft.syndump.md @@ -62,9 +62,9 @@ Use FT.SYNDUMP to dump the synonyms data structure. This command returns a list {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.synupdate.md b/content/commands/ft.synupdate.md index 56ecaeda71..718a2d4c8e 100644 --- a/content/commands/ft.synupdate.md +++ b/content/commands/ft.synupdate.md @@ -84,9 +84,9 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/ft.tagvals.md b/content/commands/ft.tagvals.md index db511a21ad..4b3361c0c3 100644 --- a/content/commands/ft.tagvals.md +++ b/content/commands/ft.tagvals.md @@ -77,9 +77,9 @@ The returned strings are lowercase with whitespaces removed, but otherwise uncha {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility -| Redis Enterprise
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | +| Redis
Enterprise | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ✅ Supported | ✅ Supported | ✅ Supported | | diff --git a/content/commands/function-delete.md b/content/commands/function-delete.md index 6ec13f62ee..8c72cc730d 100644 --- a/content/commands/function-delete.md +++ b/content/commands/function-delete.md @@ -55,7 +55,7 @@ redis> FCALL myfunc 0 (error) ERR Function not found ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-dump.md b/content/commands/function-dump.md index dd6d2bf21b..7caf35533b 100644 --- a/content/commands/function-dump.md +++ b/content/commands/function-dump.md @@ -59,7 +59,7 @@ redis> FUNCTION LIST 6) (empty array) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-flush.md b/content/commands/function-flush.md index 59093e1512..6904fea217 100644 --- a/content/commands/function-flush.md +++ b/content/commands/function-flush.md @@ -53,7 +53,7 @@ Unless called with the optional mode argument, the `lazyfree-lazy-user-flush` co For more information please refer to [Introduction to Redis Functions]({{< relref "/develop/programmability/functions-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-help.md b/content/commands/function-help.md index 77b01e0239..89da0ac212 100644 --- a/content/commands/function-help.md +++ b/content/commands/function-help.md @@ -29,7 +29,7 @@ title: FUNCTION HELP --- The `FUNCTION HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-kill.md b/content/commands/function-kill.md index 5f1b1402e5..bbb90c21b1 100644 --- a/content/commands/function-kill.md +++ b/content/commands/function-kill.md @@ -37,7 +37,7 @@ The `FUNCTION KILL` command can be used only on functions that did not modify th For more information please refer to [Introduction to Redis Functions]({{< relref "/develop/programmability/functions-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-list.md b/content/commands/function-list.md index 9ef8669d6c..ab3c39e1e3 100644 --- a/content/commands/function-list.md +++ b/content/commands/function-list.md @@ -57,7 +57,7 @@ The following information is provided for each of the libraries in the response: For more information please refer to [Introduction to Redis Functions]({{< relref "/develop/programmability/functions-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-load.md b/content/commands/function-load.md index c53e7aa057..69765c5d7c 100644 --- a/content/commands/function-load.md +++ b/content/commands/function-load.md @@ -74,7 +74,7 @@ redis> FCALL myfunc 0 hello "hello" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-restore.md b/content/commands/function-restore.md index db0bbff98a..26c50cc436 100644 --- a/content/commands/function-restore.md +++ b/content/commands/function-restore.md @@ -64,7 +64,7 @@ The following policies are allowed: For more information please refer to [Introduction to Redis Functions]({{< relref "/develop/programmability/functions-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/function-stats.md b/content/commands/function-stats.md index e971428c75..599c3a15b8 100644 --- a/content/commands/function-stats.md +++ b/content/commands/function-stats.md @@ -49,7 +49,7 @@ You can use this command to inspect the invocation of a long-running function an For more information please refer to [Introduction to Redis Functions]({{< relref "/develop/programmability/functions-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/geoadd.md b/content/commands/geoadd.md index a7d14d32f9..3ec6b92f2c 100644 --- a/content/commands/geoadd.md +++ b/content/commands/geoadd.md @@ -135,7 +135,7 @@ GEORADIUS Sicily 15 37 100 km GEORADIUS Sicily 15 37 200 km {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/geodist.md b/content/commands/geodist.md index c601ac3b5e..2ecdc5f43e 100644 --- a/content/commands/geodist.md +++ b/content/commands/geodist.md @@ -96,7 +96,7 @@ GEODIST Sicily Palermo Catania mi GEODIST Sicily Foo Bar {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/geohash.md b/content/commands/geohash.md index bbb3a792b4..d412fb779e 100644 --- a/content/commands/geohash.md +++ b/content/commands/geohash.md @@ -77,7 +77,7 @@ GEOADD Sicily 13.361389 38.115556 "Palermo" 15.087269 37.502669 "Catania" GEOHASH Sicily Palermo Catania {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/geopos.md b/content/commands/geopos.md index a04cb1ab40..e2afb8c936 100644 --- a/content/commands/geopos.md +++ b/content/commands/geopos.md @@ -63,7 +63,7 @@ GEOADD Sicily 13.361389 38.115556 "Palermo" 15.087269 37.502669 "Catania" GEOPOS Sicily Palermo Catania NonExisting {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/georadius.md b/content/commands/georadius.md index b11f11300a..4f8415c52c 100644 --- a/content/commands/georadius.md +++ b/content/commands/georadius.md @@ -223,7 +223,7 @@ GEORADIUS Sicily 15 37 200 km WITHCOORD GEORADIUS Sicily 15 37 200 km WITHDIST WITHCOORD {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/georadius_ro.md b/content/commands/georadius_ro.md index 51581db637..e4cad61a8e 100644 --- a/content/commands/georadius_ro.md +++ b/content/commands/georadius_ro.md @@ -134,7 +134,7 @@ Read-only variant of the [`GEORADIUS`]({{< relref "/commands/georadius" >}}) com This command is identical to the [`GEORADIUS`]({{< relref "/commands/georadius" >}}) command, except that it doesn't support the optional `STORE` and `STOREDIST` parameters. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/georadiusbymember.md b/content/commands/georadiusbymember.md index dbbf44296c..bc26121b80 100644 --- a/content/commands/georadiusbymember.md +++ b/content/commands/georadiusbymember.md @@ -186,7 +186,7 @@ GEOADD Sicily 13.361389 38.115556 "Palermo" 15.087269 37.502669 "Catania" GEORADIUSBYMEMBER Sicily Agrigento 100 km {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/georadiusbymember_ro.md b/content/commands/georadiusbymember_ro.md index ce6177611b..e2724a4680 100644 --- a/content/commands/georadiusbymember_ro.md +++ b/content/commands/georadiusbymember_ro.md @@ -130,7 +130,7 @@ Read-only variant of the [`GEORADIUSBYMEMBER`]({{< relref "/commands/georadiusby This command is identical to the [`GEORADIUSBYMEMBER`]({{< relref "/commands/georadiusbymember" >}}) command, except that it doesn't support the optional `STORE` and `STOREDIST` parameters. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/geosearch.md b/content/commands/geosearch.md index ea5ef73215..c9144addd8 100644 --- a/content/commands/geosearch.md +++ b/content/commands/geosearch.md @@ -208,7 +208,7 @@ GEOSEARCH Sicily FROMLONLAT 15 37 BYRADIUS 200 km ASC GEOSEARCH Sicily FROMLONLAT 15 37 BYBOX 400 400 km ASC WITHCOORD WITHDIST {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/geosearchstore.md b/content/commands/geosearchstore.md index 005115c298..5b89bae8bc 100644 --- a/content/commands/geosearchstore.md +++ b/content/commands/geosearchstore.md @@ -197,7 +197,7 @@ GEOSEARCHSTORE key2 Sicily FROMLONLAT 15 37 BYBOX 400 400 km ASC COUNT 3 STOREDI ZRANGE key2 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/get.md b/content/commands/get.md index 38bd759065..e0a31d7b3a 100644 --- a/content/commands/get.md +++ b/content/commands/get.md @@ -64,7 +64,7 @@ GET mykey {{< clients-example set_and_get />}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/getbit.md b/content/commands/getbit.md index 5c2b4c186b..fad569aa47 100644 --- a/content/commands/getbit.md +++ b/content/commands/getbit.md @@ -66,7 +66,7 @@ GETBIT mykey 7 GETBIT mykey 100 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/getdel.md b/content/commands/getdel.md index 37732bc6e0..8b9a006e6e 100644 --- a/content/commands/getdel.md +++ b/content/commands/getdel.md @@ -58,7 +58,7 @@ GETDEL mykey GET mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/getex.md b/content/commands/getex.md index 92d9edbb87..27511717ae 100644 --- a/content/commands/getex.md +++ b/content/commands/getex.md @@ -97,7 +97,7 @@ GETEX mykey EX 60 TTL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/getrange.md b/content/commands/getrange.md index 8339fa4ab9..274fc4a05d 100644 --- a/content/commands/getrange.md +++ b/content/commands/getrange.md @@ -72,7 +72,7 @@ GETRANGE mykey 0 -1 GETRANGE mykey 10 100 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/getset.md b/content/commands/getset.md index e5cae6414f..269f8e0557 100644 --- a/content/commands/getset.md +++ b/content/commands/getset.md @@ -84,7 +84,7 @@ GETSET mykey "World" GET mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hdel.md b/content/commands/hdel.md index 0c3d9ff99d..e2e0a9e407 100644 --- a/content/commands/hdel.md +++ b/content/commands/hdel.md @@ -80,7 +80,7 @@ HDEL myhash field1 HDEL myhash field2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hello.md b/content/commands/hello.md index 96fec4fd89..fbcc1ae417 100644 --- a/content/commands/hello.md +++ b/content/commands/hello.md @@ -117,7 +117,7 @@ protocol to the specified version and also accepts the following options: * `AUTH `: directly authenticate the connection in addition to switching to the specified protocol version. This makes calling [`AUTH`]({{< relref "/commands/auth" >}}) before `HELLO` unnecessary when setting up a new connection. Note that the `username` can be set to "default" to authenticate against a server that does not use ACLs, but rather the simpler `requirepass` mechanism of Redis prior to version 6. * `SETNAME `: this is the equivalent of calling [`CLIENT SETNAME`]({{< relref "/commands/client-setname" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hexists.md b/content/commands/hexists.md index 6406b5a104..9f52bb5943 100644 --- a/content/commands/hexists.md +++ b/content/commands/hexists.md @@ -58,7 +58,7 @@ HEXISTS myhash field1 HEXISTS myhash field2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hexpire.md b/content/commands/hexpire.md index deaec53b09..0400e8a0a0 100644 --- a/content/commands/hexpire.md +++ b/content/commands/hexpire.md @@ -140,7 +140,7 @@ HEXPIRE mykey 10 FIELDS 3 field1 field2 field3 HGETALL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hexpireat.md b/content/commands/hexpireat.md index 3d69b06d79..c76bab82bd 100644 --- a/content/commands/hexpireat.md +++ b/content/commands/hexpireat.md @@ -115,7 +115,7 @@ redis> HTTL mykey FIELDS 2 field1 field2 2) (integer) 567 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hexpiretime.md b/content/commands/hexpiretime.md index 0a6142553e..86b2ea2caf 100644 --- a/content/commands/hexpiretime.md +++ b/content/commands/hexpiretime.md @@ -74,7 +74,7 @@ redis> HEXPIRETIME mykey FIELDS 2 field1 field2 2) (integer) 1715705914 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hget.md b/content/commands/hget.md index 7dbff0ed63..a9d60ef80f 100644 --- a/content/commands/hget.md +++ b/content/commands/hget.md @@ -70,7 +70,7 @@ HGET myhash field1 HGET myhash field2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hgetall.md b/content/commands/hgetall.md index 16328b6e64..44e15c5068 100644 --- a/content/commands/hgetall.md +++ b/content/commands/hgetall.md @@ -73,7 +73,7 @@ HSET myhash field2 "World" HGETALL myhash {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hgetdel.md b/content/commands/hgetdel.md index 029b313929..db25b9462f 100644 --- a/content/commands/hgetdel.md +++ b/content/commands/hgetdel.md @@ -87,7 +87,7 @@ redis> KEYS * (empty array) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hgetex.md b/content/commands/hgetex.md index 0acc8fbe1f..9bbcb3d807 100644 --- a/content/commands/hgetex.md +++ b/content/commands/hgetex.md @@ -127,7 +127,7 @@ redis> HGETALL mykey (empty array) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hincrby.md b/content/commands/hincrby.md index 0fe699681d..ac59549b7e 100644 --- a/content/commands/hincrby.md +++ b/content/commands/hincrby.md @@ -76,7 +76,7 @@ HINCRBY myhash field -1 HINCRBY myhash field -10 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hincrbyfloat.md b/content/commands/hincrbyfloat.md index 6feaf859c7..e9bf2b4500 100644 --- a/content/commands/hincrbyfloat.md +++ b/content/commands/hincrbyfloat.md @@ -87,7 +87,7 @@ The command is always propagated in the replication link and the Append Only File as a [`HSET`]({{< relref "/commands/hset" >}}) operation, so that differences in the underlying floating point math implementation will not be sources of inconsistency. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hkeys.md b/content/commands/hkeys.md index 85662eb013..7dfa154b9b 100644 --- a/content/commands/hkeys.md +++ b/content/commands/hkeys.md @@ -57,7 +57,7 @@ HSET myhash field2 "World" HKEYS myhash {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hlen.md b/content/commands/hlen.md index c15b10ad9e..0ca5f918ab 100644 --- a/content/commands/hlen.md +++ b/content/commands/hlen.md @@ -55,7 +55,7 @@ HSET myhash field2 "World" HLEN myhash {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hmget.md b/content/commands/hmget.md index b3e8151471..982dfeaf74 100644 --- a/content/commands/hmget.md +++ b/content/commands/hmget.md @@ -63,7 +63,7 @@ HSET myhash field2 "World" HMGET myhash field1 field2 nofield {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hmset.md b/content/commands/hmset.md index b018ea36d0..bed676ed79 100644 --- a/content/commands/hmset.md +++ b/content/commands/hmset.md @@ -75,7 +75,7 @@ HGET myhash field1 HGET myhash field2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hpersist.md b/content/commands/hpersist.md index d01315593f..4cc8485861 100644 --- a/content/commands/hpersist.md +++ b/content/commands/hpersist.md @@ -79,7 +79,7 @@ redis> HTTL mykey FIELDS 2 field1 field2 2) (integer) -1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hpexpire.md b/content/commands/hpexpire.md index 4a1bb0e802..4001a872bc 100644 --- a/content/commands/hpexpire.md +++ b/content/commands/hpexpire.md @@ -109,7 +109,7 @@ redis> HGETALL mykey (empty array) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hpexpireat.md b/content/commands/hpexpireat.md index 888866a8a8..1f68a352c8 100644 --- a/content/commands/hpexpireat.md +++ b/content/commands/hpexpireat.md @@ -111,7 +111,7 @@ redis> HPTTL mykey FIELDS 2 field1 field2 2) (integer) 303340 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hpexpiretime.md b/content/commands/hpexpiretime.md index f76624014f..dbae3e3943 100644 --- a/content/commands/hpexpiretime.md +++ b/content/commands/hpexpiretime.md @@ -72,7 +72,7 @@ redis> HPEXPIRETIME mykey FIELDS 2 field1 field2 2) (integer) 1715705913659 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hpttl.md b/content/commands/hpttl.md index da0d0ea332..ac3ac228d5 100644 --- a/content/commands/hpttl.md +++ b/content/commands/hpttl.md @@ -76,7 +76,7 @@ redis> HPTTL mykey FIELDS 3 field1 field2 field3 3) (integer) -2 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hrandfield.md b/content/commands/hrandfield.md index e71fb53da4..fde37d2c76 100644 --- a/content/commands/hrandfield.md +++ b/content/commands/hrandfield.md @@ -93,7 +93,7 @@ When the `count` is a negative value, the behavior changes as follows: * Exactly `count` fields, or an empty array if the hash is empty (non-existing key), are always returned. * The order of fields in the reply is truly random. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hscan.md b/content/commands/hscan.md index 4b70ef5a55..e0fb6fd9a8 100644 --- a/content/commands/hscan.md +++ b/content/commands/hscan.md @@ -69,7 +69,7 @@ title: HSCAN --- See [`SCAN`]({{< relref "/commands/scan" >}}) for `HSCAN` documentation. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hset.md b/content/commands/hset.md index 06e85826e5..1a0d6a3c61 100644 --- a/content/commands/hset.md +++ b/content/commands/hset.md @@ -99,7 +99,7 @@ HGET myhash field3 HGETALL myhash {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hsetex.md b/content/commands/hsetex.md index 6d17435bb2..d0e54459c4 100644 --- a/content/commands/hsetex.md +++ b/content/commands/hsetex.md @@ -143,7 +143,7 @@ redis> HTTL mykey FIELDS 2 field1 field2 2) (integer) 55481 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hsetnx.md b/content/commands/hsetnx.md index abc65ed418..5f35168557 100644 --- a/content/commands/hsetnx.md +++ b/content/commands/hsetnx.md @@ -66,7 +66,7 @@ HSETNX myhash field "World" HGET myhash field {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hstrlen.md b/content/commands/hstrlen.md index ae64a4e1ef..96d6f5f7b9 100644 --- a/content/commands/hstrlen.md +++ b/content/commands/hstrlen.md @@ -59,7 +59,7 @@ HSTRLEN myhash f2 HSTRLEN myhash f3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/httl.md b/content/commands/httl.md index 4b5a584ffd..2124103336 100644 --- a/content/commands/httl.md +++ b/content/commands/httl.md @@ -79,7 +79,7 @@ redis> HTTL mykey FIELDS 3 field1 field2 field3 3) (integer) -2 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/hvals.md b/content/commands/hvals.md index 328b8acd40..4f81260b87 100644 --- a/content/commands/hvals.md +++ b/content/commands/hvals.md @@ -69,7 +69,7 @@ HSET myhash field2 "World" HVALS myhash {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/incr.md b/content/commands/incr.md index 7191131c33..4f83355ce8 100644 --- a/content/commands/incr.md +++ b/content/commands/incr.md @@ -221,7 +221,7 @@ the [`MULTI`]({{< relref "/commands/multi" >}}) / [`EXEC`]({{< relref "/commands However this race will just miss an API call under rare conditions, so the rate limiting will still work correctly. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/incrby.md b/content/commands/incrby.md index ba56da10f1..b7fba98084 100644 --- a/content/commands/incrby.md +++ b/content/commands/incrby.md @@ -68,7 +68,7 @@ SET mykey "10" INCRBY mykey 5 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/incrbyfloat.md b/content/commands/incrbyfloat.md index b880b976b6..1b1bf7cfd9 100644 --- a/content/commands/incrbyfloat.md +++ b/content/commands/incrbyfloat.md @@ -95,7 +95,7 @@ The command is always propagated in the replication link and the Append Only File as a [`SET`]({{< relref "/commands/set" >}}) operation, so that differences in the underlying floating point math implementation will not be sources of inconsistency. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/info.md b/content/commands/info.md index 142334345f..d8ade806a5 100644 --- a/content/commands/info.md +++ b/content/commands/info.md @@ -618,7 +618,7 @@ It won't be included when `INFO` or `INFO ALL` are called, and it is returned on **Modules generated sections**: Starting with Redis 6, modules can inject their information into the `INFO` command. These are excluded by default even when the `all` argument is provided (it will include a list of loaded modules but not their generated info fields). To get these you must use either the `modules` argument or `everything`. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.arrappend.md b/content/commands/json.arrappend.md index f516dd68c6..d2def7f601 100644 --- a/content/commands/json.arrappend.md +++ b/content/commands/json.arrappend.md @@ -91,7 +91,7 @@ redis> JSON.GET item:1 $.colors -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.arrindex.md b/content/commands/json.arrindex.md index bcf7c238b1..1d7652ac2e 100644 --- a/content/commands/json.arrindex.md +++ b/content/commands/json.arrindex.md @@ -144,7 +144,7 @@ redis> JSON.ARRINDEX item:1 $..colors '"silver"' {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.arrinsert.md b/content/commands/json.arrinsert.md index ddab5b6bd9..51da3bf27b 100644 --- a/content/commands/json.arrinsert.md +++ b/content/commands/json.arrinsert.md @@ -119,7 +119,7 @@ redis> JSON.GET item:1 $.colors {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.arrlen.md b/content/commands/json.arrlen.md index 5f6a0ca34c..1ace273dbc 100644 --- a/content/commands/json.arrlen.md +++ b/content/commands/json.arrlen.md @@ -92,7 +92,7 @@ redis> JSON.GET item:2 '$..max_level' -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.arrpop.md b/content/commands/json.arrpop.md index fd139b5258..f4d1102017 100644 --- a/content/commands/json.arrpop.md +++ b/content/commands/json.arrpop.md @@ -113,7 +113,7 @@ redis> JSON.GET key $.[1].max_level {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.arrtrim.md b/content/commands/json.arrtrim.md index 7e2ac11d9e..fe2187f51f 100644 --- a/content/commands/json.arrtrim.md +++ b/content/commands/json.arrtrim.md @@ -120,7 +120,7 @@ redis> JSON.GET key $.[1].max_level {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.clear.md b/content/commands/json.clear.md index d4df065c48..35ff1a9353 100644 --- a/content/commands/json.clear.md +++ b/content/commands/json.clear.md @@ -86,7 +86,7 @@ redis> JSON.GET doc $ {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.debug-help.md b/content/commands/json.debug-help.md index 8557607dea..a32b5a8733 100644 --- a/content/commands/json.debug-help.md +++ b/content/commands/json.debug-help.md @@ -24,7 +24,7 @@ title: JSON.DEBUG HELP --- Return helpful information about the [`JSON.DEBUG`]({{< relref "commands/json.debug/" >}}) command -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.debug-memory.md b/content/commands/json.debug-memory.md index 2c622a1211..fb4a17fb3b 100644 --- a/content/commands/json.debug-memory.md +++ b/content/commands/json.debug-memory.md @@ -75,7 +75,7 @@ redis> JSON.DEBUG MEMORY item:2 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.del.md b/content/commands/json.del.md index 4509f3f2bb..2498ee7e3d 100644 --- a/content/commands/json.del.md +++ b/content/commands/json.del.md @@ -85,7 +85,7 @@ redis> JSON.GET doc $ {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.forget.md b/content/commands/json.forget.md index 1e66e6df8c..59f4b5ce68 100644 --- a/content/commands/json.forget.md +++ b/content/commands/json.forget.md @@ -36,7 +36,7 @@ title: JSON.FORGET --- See [`JSON.DEL`]({{< relref "commands/json.del/" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.get.md b/content/commands/json.get.md index b774a6b071..6c605d4660 100644 --- a/content/commands/json.get.md +++ b/content/commands/json.get.md @@ -127,7 +127,7 @@ redis> JSON.GET doc ..a $..b {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.merge.md b/content/commands/json.merge.md index c24490f257..89bca76ad8 100644 --- a/content/commands/json.merge.md +++ b/content/commands/json.merge.md @@ -143,7 +143,7 @@ redis> JSON.GET doc -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.mget.md b/content/commands/json.mget.md index 30fc05c9c6..2684a5b518 100644 --- a/content/commands/json.mget.md +++ b/content/commands/json.mget.md @@ -84,7 +84,7 @@ redis> JSON.MGET doc1 doc2 $..a {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.mset.md b/content/commands/json.mset.md index 98e6784448..0907cdccc5 100644 --- a/content/commands/json.mset.md +++ b/content/commands/json.mset.md @@ -90,7 +90,7 @@ redis> JSON.GET doc3 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.numincrby.md b/content/commands/json.numincrby.md index d2ece34b9c..b2acf5d970 100644 --- a/content/commands/json.numincrby.md +++ b/content/commands/json.numincrby.md @@ -83,7 +83,7 @@ redis> JSON.NUMINCRBY doc $..a 2 -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.nummultby.md b/content/commands/json.nummultby.md index 8de83c57d6..a3350a8ea6 100644 --- a/content/commands/json.nummultby.md +++ b/content/commands/json.nummultby.md @@ -69,7 +69,7 @@ redis> JSON.NUMMULTBY doc $..a 2 "[null,4,10,null]" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.objkeys.md b/content/commands/json.objkeys.md index f4eef6b54d..06eabe7401 100644 --- a/content/commands/json.objkeys.md +++ b/content/commands/json.objkeys.md @@ -64,7 +64,7 @@ redis> JSON.OBJKEYS doc $..a 2) "c" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.objlen.md b/content/commands/json.objlen.md index b01f589896..c7de69f21c 100644 --- a/content/commands/json.objlen.md +++ b/content/commands/json.objlen.md @@ -62,7 +62,7 @@ redis> JSON.OBJLEN doc $..a 2) (integer) 2 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.resp.md b/content/commands/json.resp.md index b657b41f73..883ecf21b5 100644 --- a/content/commands/json.resp.md +++ b/content/commands/json.resp.md @@ -105,7 +105,7 @@ redis> JSON.RESP item:2 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.set.md b/content/commands/json.set.md index 5708b83137..303c030d4d 100644 --- a/content/commands/json.set.md +++ b/content/commands/json.set.md @@ -153,7 +153,7 @@ redis> JSON.SET nonexistentkey $.x 5 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.strappend.md b/content/commands/json.strappend.md index 62350bcb8a..68c4ead7a6 100644 --- a/content/commands/json.strappend.md +++ b/content/commands/json.strappend.md @@ -75,7 +75,7 @@ redis> JSON.GET doc $ "[{\"a\":\"foobaz\",\"nested\":{\"a\":\"hellobaz\"},\"nested2\":{\"a\":31}}]" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.strlen.md b/content/commands/json.strlen.md index 7eb2c492fa..4f9df386c7 100644 --- a/content/commands/json.strlen.md +++ b/content/commands/json.strlen.md @@ -62,7 +62,7 @@ redis> JSON.STRLEN doc $..a 3) (nil) {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.toggle.md b/content/commands/json.toggle.md index 45919e9e73..e5cb0fa535 100644 --- a/content/commands/json.toggle.md +++ b/content/commands/json.toggle.md @@ -92,7 +92,7 @@ redis> JSON.GET doc $ {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/json.type.md b/content/commands/json.type.md index 90e987ab67..5dd7c3e265 100644 --- a/content/commands/json.type.md +++ b/content/commands/json.type.md @@ -66,7 +66,7 @@ redis> JSON.TYPE doc $..dummy (empty array) {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/keys.md b/content/commands/keys.md index 1a559d6e29..62f54175ca 100644 --- a/content/commands/keys.md +++ b/content/commands/keys.md @@ -78,7 +78,7 @@ KEYS a?? KEYS * {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lastsave.md b/content/commands/lastsave.md index 2171d23bf8..3d0324b539 100644 --- a/content/commands/lastsave.md +++ b/content/commands/lastsave.md @@ -36,7 +36,7 @@ A client may check if a [`BGSAVE`]({{< relref "/commands/bgsave" >}}) command su then issuing a [`BGSAVE`]({{< relref "/commands/bgsave" >}}) command and checking at regular intervals every N seconds if `LASTSAVE` changed. Redis considers the database saved successfully at startup. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-doctor.md b/content/commands/latency-doctor.md index cea2a23962..d38899da3a 100644 --- a/content/commands/latency-doctor.md +++ b/content/commands/latency-doctor.md @@ -76,7 +76,7 @@ For more information refer to the [Latency Monitoring Framework page][lm]. [lm]: /operate/oss_and_stack/management/optimization/latency-monitor.md -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-graph.md b/content/commands/latency-graph.md index 9ffbfdee17..842b1d1c04 100644 --- a/content/commands/latency-graph.md +++ b/content/commands/latency-graph.md @@ -99,7 +99,7 @@ For more information refer to the [Latency Monitoring Framework page][lm]. [lm]: /operate/oss_and_stack/management/optimization/latency-monitor.md -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-help.md b/content/commands/latency-help.md index 977b0d3a5a..c312a8202d 100644 --- a/content/commands/latency-help.md +++ b/content/commands/latency-help.md @@ -33,7 +33,7 @@ For more information refer to the [Latency Monitoring Framework page][lm]. [lm]: /operate/oss_and_stack/management/optimization/latency-monitor.md -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-histogram.md b/content/commands/latency-histogram.md index 57e3d0b985..4bd6923e99 100644 --- a/content/commands/latency-histogram.md +++ b/content/commands/latency-histogram.md @@ -78,7 +78,7 @@ To delete the latency histograms' data use the [`CONFIG RESETSTAT`]({{< relref " 6# (integer) 33 => (integer) 100000 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-history.md b/content/commands/latency-history.md index 73315b5ba4..d357d4129f 100644 --- a/content/commands/latency-history.md +++ b/content/commands/latency-history.md @@ -76,7 +76,7 @@ For more information refer to the [Latency Monitoring Framework page][lm]. [lm]: /operate/oss_and_stack/management/optimization/latency-monitor.md -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-latest.md b/content/commands/latency-latest.md index 3aa8487bfe..1531128913 100644 --- a/content/commands/latency-latest.md +++ b/content/commands/latency-latest.md @@ -65,7 +65,7 @@ For more information refer to the [Latency Monitoring Framework page][lm]. [lm]: /operate/oss_and_stack/management/optimization/latency-monitor.md -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/latency-reset.md b/content/commands/latency-reset.md index 4a4b9e117f..482b2d5621 100644 --- a/content/commands/latency-reset.md +++ b/content/commands/latency-reset.md @@ -70,7 +70,7 @@ For more information refer to the [Latency Monitoring Framework page][lm]. [lm]: /operate/oss_and_stack/management/optimization/latency-monitor.md -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lcs.md b/content/commands/lcs.md index 17f12659ca..31f74e62f9 100644 --- a/content/commands/lcs.md +++ b/content/commands/lcs.md @@ -142,7 +142,7 @@ Finally to also have the match len: 4) (integer) 6 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lindex.md b/content/commands/lindex.md index 4d723eaae7..9c56da7c2a 100644 --- a/content/commands/lindex.md +++ b/content/commands/lindex.md @@ -68,7 +68,7 @@ LINDEX mylist -1 LINDEX mylist 3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/linsert.md b/content/commands/linsert.md index e76df6935f..22057ef59c 100644 --- a/content/commands/linsert.md +++ b/content/commands/linsert.md @@ -82,7 +82,7 @@ LINSERT mylist BEFORE "World" "There" LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/llen.md b/content/commands/llen.md index 692db9a483..7f635be1f9 100644 --- a/content/commands/llen.md +++ b/content/commands/llen.md @@ -68,7 +68,7 @@ LPUSH mylist "Hello" LLEN mylist {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lmove.md b/content/commands/lmove.md index a4d0a63932..fbe8222265 100644 --- a/content/commands/lmove.md +++ b/content/commands/lmove.md @@ -166,7 +166,7 @@ Note that this implementation of workers is trivially scalable and reliable, because even if a message is lost the item is still in the queue and will be processed at the next iteration. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lmpop.md b/content/commands/lmpop.md index fe9d09dd46..81aab14d8e 100644 --- a/content/commands/lmpop.md +++ b/content/commands/lmpop.md @@ -99,7 +99,7 @@ LMPOP 2 mylist mylist2 right count 10 EXISTS mylist mylist2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lolwut.md b/content/commands/lolwut.md index 7b5e0f2c38..1c8ec6c1e3 100644 --- a/content/commands/lolwut.md +++ b/content/commands/lolwut.md @@ -58,7 +58,7 @@ LOLWUT version should have the following properties: 4. LOLWUT implementations should be safe and carefully checked for security, and resist to untrusted inputs if they take arguments. 5. LOLWUT must always display the Redis version at the end. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lpop.md b/content/commands/lpop.md index 65c399c055..52b05f596a 100644 --- a/content/commands/lpop.md +++ b/content/commands/lpop.md @@ -87,7 +87,7 @@ LPOP mylist 2 LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lpos.md b/content/commands/lpos.md index 2e3141f62a..a92362e0b8 100644 --- a/content/commands/lpos.md +++ b/content/commands/lpos.md @@ -132,7 +132,7 @@ LPOS mylist 3 LPOS mylist 3 COUNT 0 RANK 2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lpush.md b/content/commands/lpush.md index 1031112114..7da4f44a42 100644 --- a/content/commands/lpush.md +++ b/content/commands/lpush.md @@ -87,7 +87,7 @@ LPUSH mylist "hello" LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lpushx.md b/content/commands/lpushx.md index fc1f8efd24..4e5f4f8181 100644 --- a/content/commands/lpushx.md +++ b/content/commands/lpushx.md @@ -70,7 +70,7 @@ LRANGE mylist 0 -1 LRANGE myotherlist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lrange.md b/content/commands/lrange.md index c26133e0f1..3d373da417 100644 --- a/content/commands/lrange.md +++ b/content/commands/lrange.md @@ -113,7 +113,7 @@ LRANGE mylist -100 100 LRANGE mylist 5 10 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lrem.md b/content/commands/lrem.md index a8c5d5daaf..a8460557bc 100644 --- a/content/commands/lrem.md +++ b/content/commands/lrem.md @@ -78,7 +78,7 @@ LREM mylist -2 "hello" LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/lset.md b/content/commands/lset.md index f8bc51caac..549e4e4564 100644 --- a/content/commands/lset.md +++ b/content/commands/lset.md @@ -69,7 +69,7 @@ LSET mylist -2 "five" LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ltrim.md b/content/commands/ltrim.md index 2a6e86e9c0..a595e131c6 100644 --- a/content/commands/ltrim.md +++ b/content/commands/ltrim.md @@ -96,7 +96,7 @@ LTRIM mylist 1 -1 LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/memory-doctor.md b/content/commands/memory-doctor.md index ceee45042f..7aeb9e0a95 100644 --- a/content/commands/memory-doctor.md +++ b/content/commands/memory-doctor.md @@ -30,7 +30,7 @@ title: MEMORY DOCTOR The `MEMORY DOCTOR` command reports about different memory-related issues that the Redis server experiences, and advises about possible remedies. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/memory-help.md b/content/commands/memory-help.md index 0aa3e9da99..89aaea7de5 100644 --- a/content/commands/memory-help.md +++ b/content/commands/memory-help.md @@ -29,7 +29,7 @@ title: MEMORY HELP The `MEMORY HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/memory-malloc-stats.md b/content/commands/memory-malloc-stats.md index 54c4a7c413..a82f0fc79a 100644 --- a/content/commands/memory-malloc-stats.md +++ b/content/commands/memory-malloc-stats.md @@ -33,7 +33,7 @@ the memory allocator. This command is currently implemented only when using **jemalloc** as an allocator, and evaluates to a benign NOOP for all others. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/memory-purge.md b/content/commands/memory-purge.md index 0c8f3f51c1..b2bfd5e47d 100644 --- a/content/commands/memory-purge.md +++ b/content/commands/memory-purge.md @@ -32,7 +32,7 @@ reclaimed by the allocator. This command is currently implemented only when using **jemalloc** as an allocator, and evaluates to a benign NOOP for all others. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/memory-stats.md b/content/commands/memory-stats.md index e0584b90f2..ca537ad904 100644 --- a/content/commands/memory-stats.md +++ b/content/commands/memory-stats.md @@ -85,7 +85,7 @@ values. The following metrics are reported: **A note about the word slave used in this man page**: Starting with Redis 5, if not for backward compatibility, the Redis project no longer uses the word slave. Unfortunately in this command the word slave is part of the protocol, so we'll be able to remove such occurrences only when this API will be naturally deprecated. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/memory-usage.md b/content/commands/memory-usage.md index 24c5e0d0e8..50b6f55900 100644 --- a/content/commands/memory-usage.md +++ b/content/commands/memory-usage.md @@ -88,7 +88,7 @@ OK (integer) 160 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/mget.md b/content/commands/mget.md index 141f9a667a..0a30f2bec0 100644 --- a/content/commands/mget.md +++ b/content/commands/mget.md @@ -62,7 +62,7 @@ SET key2 "World" MGET key1 key2 nonexisting {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/migrate.md b/content/commands/migrate.md index 53c002c6b8..c690a38baa 100644 --- a/content/commands/migrate.md +++ b/content/commands/migrate.md @@ -205,7 +205,7 @@ just a single key exists. * `AUTH` -- Authenticate with the given password to the remote instance. * `AUTH2` -- Authenticate with the given username and password pair (Redis 6 or greater ACL auth style). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/module-help.md b/content/commands/module-help.md index 902762977e..bb3cc66ad4 100644 --- a/content/commands/module-help.md +++ b/content/commands/module-help.md @@ -28,7 +28,7 @@ title: MODULE HELP --- The `MODULE HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/module-list.md b/content/commands/module-list.md index 2d3ee05d25..68319f7611 100644 --- a/content/commands/module-list.md +++ b/content/commands/module-list.md @@ -32,7 +32,7 @@ title: MODULE LIST --- Returns information about the modules loaded to the server. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/module-load.md b/content/commands/module-load.md index 3535f48ab6..426c9b9f3e 100644 --- a/content/commands/module-load.md +++ b/content/commands/module-load.md @@ -52,7 +52,7 @@ configuration directive in `redis.conf`. As of Redis 8 in Redis Open Source, loading a module using the Redis CLI with configuration parameters is deprecated. {{< /note >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/module-loadex.md b/content/commands/module-loadex.md index 9055168d30..3115d544a0 100644 --- a/content/commands/module-loadex.md +++ b/content/commands/module-loadex.md @@ -65,7 +65,7 @@ Any additional arguments that follow the `ARGS` keyword are passed unmodified to **Note**: modules can also be loaded at server startup with `loadmodule` configuration directive in `redis.conf`. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/module-unload.md b/content/commands/module-unload.md index dd2bb1ea52..3d5eba8cd0 100644 --- a/content/commands/module-unload.md +++ b/content/commands/module-unload.md @@ -43,7 +43,7 @@ Known limitations: * Modules that register custom data types can not be unloaded. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/monitor.md b/content/commands/monitor.md index c167e451af..804d123a02 100644 --- a/content/commands/monitor.md +++ b/content/commands/monitor.md @@ -117,7 +117,7 @@ Running more `MONITOR` clients will reduce throughput even more. * `>= 6.2.0`: "[`RESET`]({{< relref "/commands/reset" >}}) can be called to exit monitor mode. * `>= 6.2.4`: "[`AUTH`]({{< relref "/commands/auth" >}}), [`HELLO`]({{< relref "/commands/hello" >}}), [`EVAL`]({{< relref "/commands/eval" >}}), [`EVAL_RO`]({{< relref "/commands/eval_ro" >}}), [`EVALSHA`]({{< relref "/commands/evalsha" >}}) and [`EVALSHA_RO`]({{< relref "/commands/evalsha_ro" >}}) included in the command's output. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/move.md b/content/commands/move.md index 4df5bcb6d4..ad2f51a15e 100644 --- a/content/commands/move.md +++ b/content/commands/move.md @@ -56,7 +56,7 @@ When `key` already exists in the destination database, or it does not exist in the source database, it does nothing. It is possible to use `MOVE` as a locking primitive because of this. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/mset.md b/content/commands/mset.md index 92ae3de81c..166ad72ac3 100644 --- a/content/commands/mset.md +++ b/content/commands/mset.md @@ -72,7 +72,7 @@ GET key1 GET key2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/msetnx.md b/content/commands/msetnx.md index 75b8b393ff..3219ee5f92 100644 --- a/content/commands/msetnx.md +++ b/content/commands/msetnx.md @@ -75,7 +75,7 @@ MSETNX key2 "new" key3 "world" MGET key1 key2 key3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/multi.md b/content/commands/multi.md index 557f00db5b..98210be1f0 100644 --- a/content/commands/multi.md +++ b/content/commands/multi.md @@ -35,7 +35,7 @@ Subsequent commands will be queued for atomic execution using [`EXEC`]({{< relre [tt]: /develop/interact/transactions -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/object-encoding.md b/content/commands/object-encoding.md index a0c176334f..f6b78dafdd 100644 --- a/content/commands/object-encoding.md +++ b/content/commands/object-encoding.md @@ -89,7 +89,7 @@ Redis objects can be encoded in different ways: All the specially encoded types are automatically converted to the general type once you perform an operation that makes it impossible for Redis to retain the space saving encoding. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/object-freq.md b/content/commands/object-freq.md index f880768cb0..f887bb656c 100644 --- a/content/commands/object-freq.md +++ b/content/commands/object-freq.md @@ -50,7 +50,7 @@ This command returns the logarithmic access frequency counter of a Redis object The command is only available when the `maxmemory-policy` configuration directive is set to one of the LFU policies. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/object-help.md b/content/commands/object-help.md index 4e22fd80a0..ac4125ae0e 100644 --- a/content/commands/object-help.md +++ b/content/commands/object-help.md @@ -29,7 +29,7 @@ title: OBJECT HELP --- The `OBJECT HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/object-idletime.md b/content/commands/object-idletime.md index 4bb3ce816e..8de3a53ec8 100644 --- a/content/commands/object-idletime.md +++ b/content/commands/object-idletime.md @@ -50,7 +50,7 @@ This command returns the time in seconds since the last access to the value stor The command is only available when the `maxmemory-policy` configuration directive is not set to one of the LFU policies. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/object-refcount.md b/content/commands/object-refcount.md index 80a0052c11..17afcc5fec 100644 --- a/content/commands/object-refcount.md +++ b/content/commands/object-refcount.md @@ -48,7 +48,7 @@ title: OBJECT REFCOUNT --- This command returns the reference count of the stored at ``. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/persist.md b/content/commands/persist.md index 34521a228c..f558ab51ab 100644 --- a/content/commands/persist.md +++ b/content/commands/persist.md @@ -60,7 +60,7 @@ PERSIST mykey TTL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pexpire.md b/content/commands/pexpire.md index d6a0315bb8..3d39700c84 100644 --- a/content/commands/pexpire.md +++ b/content/commands/pexpire.md @@ -101,7 +101,7 @@ PEXPIRE mykey 1000 NX TTL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pexpireat.md b/content/commands/pexpireat.md index 6c7422ffbf..b190dc09cd 100644 --- a/content/commands/pexpireat.md +++ b/content/commands/pexpireat.md @@ -97,7 +97,7 @@ TTL mykey PTTL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pexpiretime.md b/content/commands/pexpiretime.md index 36d5b91f14..5f9d21d2eb 100644 --- a/content/commands/pexpiretime.md +++ b/content/commands/pexpiretime.md @@ -56,7 +56,7 @@ PEXPIREAT mykey 33177117420000 PEXPIRETIME mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pfadd.md b/content/commands/pfadd.md index 690bd54cb5..c087f41213 100644 --- a/content/commands/pfadd.md +++ b/content/commands/pfadd.md @@ -69,7 +69,7 @@ PFADD hll a b c d e f g PFCOUNT hll {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pfcount.md b/content/commands/pfcount.md index ce0d82b3f5..7fe6e99484 100644 --- a/content/commands/pfcount.md +++ b/content/commands/pfcount.md @@ -109,7 +109,7 @@ The representation is neutral from the point of view of the processor word size More details about the Redis HyperLogLog implementation can be found in [this blog post](http://antirez.com/news/75). The source code of the implementation in the `hyperloglog.c` file is also easy to read and understand, and includes a full specification for the exact encoding used for the sparse and dense representations. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pfmerge.md b/content/commands/pfmerge.md index d0a66222e5..f1989a7f2f 100644 --- a/content/commands/pfmerge.md +++ b/content/commands/pfmerge.md @@ -85,7 +85,7 @@ PFMERGE hll3 hll1 hll2 PFCOUNT hll3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pfselftest.md b/content/commands/pfselftest.md index 2811841320..5a0c06c4ab 100644 --- a/content/commands/pfselftest.md +++ b/content/commands/pfselftest.md @@ -33,7 +33,7 @@ title: PFSELFTEST The `PFSELFTEST` command is an internal command. It is meant to be used for developing and testing Redis. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ping.md b/content/commands/ping.md index 51e824a5e9..fc2d2e9d62 100644 --- a/content/commands/ping.md +++ b/content/commands/ping.md @@ -54,7 +54,7 @@ PING PING "hello world" {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/psetex.md b/content/commands/psetex.md index 23e7e50e61..40356990e8 100644 --- a/content/commands/psetex.md +++ b/content/commands/psetex.md @@ -69,7 +69,7 @@ PTTL mykey GET mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/psubscribe.md b/content/commands/psubscribe.md index 42b61e697b..3a9c4fc34c 100644 --- a/content/commands/psubscribe.md +++ b/content/commands/psubscribe.md @@ -53,7 +53,7 @@ For more information, see [Pub/sub]({{< relref "/develop/pubsub" >}}). * `>= 6.2.0`: [`RESET`]({{< relref "/commands/reset" >}}) can be called to exit subscribed state. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/psync.md b/content/commands/psync.md index 6376864a33..02400b1195 100644 --- a/content/commands/psync.md +++ b/content/commands/psync.md @@ -44,7 +44,7 @@ stream from the master. For more information about replication in Redis please check the [replication page]({{< relref "/operate/oss_and_stack/management/replication" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pttl.md b/content/commands/pttl.md index 58b804cd2d..fa91f36429 100644 --- a/content/commands/pttl.md +++ b/content/commands/pttl.md @@ -70,7 +70,7 @@ EXPIRE mykey 1 PTTL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/publish.md b/content/commands/publish.md index dbde8f53c2..27c7ea126f 100644 --- a/content/commands/publish.md +++ b/content/commands/publish.md @@ -43,7 +43,7 @@ In a Redis Cluster clients can publish to every node. The cluster makes sure that published messages are forwarded as needed, so clients can subscribe to any channel by connecting to any one of the nodes. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pubsub-channels.md b/content/commands/pubsub-channels.md index d1efe22923..c2261b5e7c 100644 --- a/content/commands/pubsub-channels.md +++ b/content/commands/pubsub-channels.md @@ -42,7 +42,7 @@ If no `pattern` is specified, all the channels are listed, otherwise if pattern Cluster note: in a Redis Cluster clients can subscribe to every node, and can also publish to every other node. The cluster will make sure that published messages are forwarded as needed. That said, [`PUBSUB`]({{< relref "/commands/pubsub" >}})'s replies in a cluster only report information from the node's Pub/Sub context, rather than the entire cluster. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pubsub-help.md b/content/commands/pubsub-help.md index df75b4f775..e376cc49c6 100644 --- a/content/commands/pubsub-help.md +++ b/content/commands/pubsub-help.md @@ -28,7 +28,7 @@ title: PUBSUB HELP --- The `PUBSUB HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pubsub-numpat.md b/content/commands/pubsub-numpat.md index c6d5190ba9..d4c77e4ae6 100644 --- a/content/commands/pubsub-numpat.md +++ b/content/commands/pubsub-numpat.md @@ -34,7 +34,7 @@ Note that this isn't the count of clients subscribed to patterns, but the total Cluster note: in a Redis Cluster clients can subscribe to every node, and can also publish to every other node. The cluster will make sure that published messages are forwarded as needed. That said, [`PUBSUB`]({{< relref "/commands/pubsub" >}})'s replies in a cluster only report information from the node's Pub/Sub context, rather than the entire cluster. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pubsub-numsub.md b/content/commands/pubsub-numsub.md index f0438d0015..d2be6b9f2f 100644 --- a/content/commands/pubsub-numsub.md +++ b/content/commands/pubsub-numsub.md @@ -40,7 +40,7 @@ Note that it is valid to call this command without channels. In this case it wil Cluster note: in a Redis Cluster clients can subscribe to every node, and can also publish to every other node. The cluster will make sure that published messages are forwarded as needed. That said, [`PUBSUB`]({{< relref "/commands/pubsub" >}})'s replies in a cluster only report information from the node's Pub/Sub context, rather than the entire cluster. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pubsub-shardchannels.md b/content/commands/pubsub-shardchannels.md index c7b5079f19..d807f95d98 100644 --- a/content/commands/pubsub-shardchannels.md +++ b/content/commands/pubsub-shardchannels.md @@ -51,7 +51,7 @@ The information returned about the active shard channels are at the shard level 1) "orders" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/pubsub-shardnumsub.md b/content/commands/pubsub-shardnumsub.md index 7ebbf6190a..851e096635 100644 --- a/content/commands/pubsub-shardnumsub.md +++ b/content/commands/pubsub-shardnumsub.md @@ -49,7 +49,7 @@ Cluster note: in a Redis Cluster, [`PUBSUB`]({{< relref "/commands/pubsub" >}})' 2) (integer) 1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/punsubscribe.md b/content/commands/punsubscribe.md index 14ae8428e6..0433403eb1 100644 --- a/content/commands/punsubscribe.md +++ b/content/commands/punsubscribe.md @@ -45,7 +45,7 @@ previously subscribed patterns. In this case, a message for every unsubscribed pattern will be sent to the client. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/quit.md b/content/commands/quit.md index 8902e33f9f..58633c3a34 100644 --- a/content/commands/quit.md +++ b/content/commands/quit.md @@ -43,7 +43,7 @@ client. Instead, clients should simply close the connection when they're not used anymore. Terminating a connection on the client side is preferable, as it eliminates `TIME_WAIT` lingering sockets on the server side. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/randomkey.md b/content/commands/randomkey.md index 58c11400ae..f813671c84 100644 --- a/content/commands/randomkey.md +++ b/content/commands/randomkey.md @@ -33,7 +33,7 @@ title: RANDOMKEY --- Return a random key from the currently selected database. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/readonly.md b/content/commands/readonly.md index 70dd7b605a..15cad03dd6 100644 --- a/content/commands/readonly.md +++ b/content/commands/readonly.md @@ -45,7 +45,7 @@ master node. This may happen because: 1. The client sent a command about hash slots never served by the master of this replica. 2. The cluster was reconfigured (for example resharded) and the replica is no longer able to serve commands for a given hash slot. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/readwrite.md b/content/commands/readwrite.md index fd47663784..bf7c88b1bb 100644 --- a/content/commands/readwrite.md +++ b/content/commands/readwrite.md @@ -36,7 +36,7 @@ but you can use the [`READONLY`]({{< relref "/commands/readonly" >}}) command to connection basis. The `READWRITE` command resets the readonly mode flag of a connection back to readwrite. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/rename.md b/content/commands/rename.md index 406e518857..3aa36a244c 100644 --- a/content/commands/rename.md +++ b/content/commands/rename.md @@ -81,7 +81,7 @@ GET myotherkey * `>= 3.2.0`: The command no longer returns an error when source and destination names are the same. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/renamenx.md b/content/commands/renamenx.md index f69b3e15e5..7fe71077d8 100644 --- a/content/commands/renamenx.md +++ b/content/commands/renamenx.md @@ -81,7 +81,7 @@ RENAMENX mykey myotherkey GET myotherkey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/replconf.md b/content/commands/replconf.md index c584838500..71060ab45f 100644 --- a/content/commands/replconf.md +++ b/content/commands/replconf.md @@ -36,7 +36,7 @@ title: REPLCONF The `REPLCONF` command is an internal command. It is used by a Redis master to configure a connected replica. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/replicaof.md b/content/commands/replicaof.md index 3bc5c17639..951c2aa248 100644 --- a/content/commands/replicaof.md +++ b/content/commands/replicaof.md @@ -72,7 +72,7 @@ The form `REPLICAOF` NO ONE will stop replication, turning the server into a MAS "OK" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/reset.md b/content/commands/reset.md index e50cfa5f4a..81e6041adf 100644 --- a/content/commands/reset.md +++ b/content/commands/reset.md @@ -53,7 +53,7 @@ following: * Turns off `NO-EVICT` mode. * Turns off `NO-TOUCH` mode. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/restore-asking.md b/content/commands/restore-asking.md index b040c8de42..2a5bb90f31 100644 --- a/content/commands/restore-asking.md +++ b/content/commands/restore-asking.md @@ -95,7 +95,7 @@ title: RESTORE-ASKING The `RESTORE-ASKING` command is an internal command. It is used by a Redis cluster master during slot migration. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/restore.md b/content/commands/restore.md index cd5470a720..ea9a134abb 100644 --- a/content/commands/restore.md +++ b/content/commands/restore.md @@ -126,7 +126,7 @@ redis> LRANGE mykey 0 -1 3) "3" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/role.md b/content/commands/role.md index 7f51a1c21e..50599d203a 100644 --- a/content/commands/role.md +++ b/content/commands/role.md @@ -110,7 +110,7 @@ ROLE **A note about the word slave used in this man page**: Starting with Redis 5, if not for backward compatibility, the Redis project no longer uses the word slave. Unfortunately in this command the word slave is part of the protocol, so we'll be able to remove such occurrences only when this API will be naturally deprecated. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/rpop.md b/content/commands/rpop.md index 889ed2fa4d..58a9171899 100644 --- a/content/commands/rpop.md +++ b/content/commands/rpop.md @@ -87,7 +87,7 @@ RPOP mylist 2 LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/rpoplpush.md b/content/commands/rpoplpush.md index d1979f9ccd..40ce3a8678 100644 --- a/content/commands/rpoplpush.md +++ b/content/commands/rpoplpush.md @@ -143,7 +143,7 @@ Note that this implementation of workers is trivially scalable and reliable, because even if a message is lost the item is still in the queue and will be processed at the next iteration. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/rpush.md b/content/commands/rpush.md index 5c49ea9cef..98edcc93c9 100644 --- a/content/commands/rpush.md +++ b/content/commands/rpush.md @@ -88,7 +88,7 @@ RPUSH mylist "world" LRANGE mylist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/rpushx.md b/content/commands/rpushx.md index fbc3bd6238..a653a6abda 100644 --- a/content/commands/rpushx.md +++ b/content/commands/rpushx.md @@ -70,7 +70,7 @@ LRANGE mylist 0 -1 LRANGE myotherlist 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sadd.md b/content/commands/sadd.md index cf3490fe97..f0100d83f4 100644 --- a/content/commands/sadd.md +++ b/content/commands/sadd.md @@ -82,7 +82,7 @@ SADD myset "World" SMEMBERS myset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/save.md b/content/commands/save.md index b73b624fad..caa0e4f8d3 100644 --- a/content/commands/save.md +++ b/content/commands/save.md @@ -43,7 +43,7 @@ good last resort to perform the dump of the latest dataset. 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
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/scan.md b/content/commands/scan.md index f05e9106b6..21a91d89ad 100644 --- a/content/commands/scan.md +++ b/content/commands/scan.md @@ -297,7 +297,7 @@ HMSET hash name Jack age 33 HSCAN hash 0 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/scard.md b/content/commands/scard.md index 5fd9341d6a..b570a106d3 100644 --- a/content/commands/scard.md +++ b/content/commands/scard.md @@ -55,7 +55,7 @@ SADD myset "World" SCARD myset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/script-debug.md b/content/commands/script-debug.md index df8969d647..84a68bbf9c 100644 --- a/content/commands/script-debug.md +++ b/content/commands/script-debug.md @@ -65,7 +65,7 @@ is active and retains all changes to the data set once it ends. For more information about [`EVAL`]({{< relref "/commands/eval" >}}) scripts please refer to [Introduction to Eval Scripts]({{< relref "/develop/programmability/eval-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/script-exists.md b/content/commands/script-exists.md index 2aa4417de1..cffb504be5 100644 --- a/content/commands/script-exists.md +++ b/content/commands/script-exists.md @@ -47,7 +47,7 @@ bandwidth. For more information about [`EVAL`]({{< relref "/commands/eval" >}}) scripts please refer to [Introduction to Eval Scripts]({{< relref "/develop/programmability/eval-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/script-flush.md b/content/commands/script-flush.md index 5eb8329647..554d973292 100644 --- a/content/commands/script-flush.md +++ b/content/commands/script-flush.md @@ -62,7 +62,7 @@ For more information about [`EVAL`]({{< relref "/commands/eval" >}}) scripts ple * `>= 6.2.0`: Default flush behavior now configurable by the **lazyfree-lazy-user-flush** configuration directive. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/script-help.md b/content/commands/script-help.md index 391f66f548..4169981a8a 100644 --- a/content/commands/script-help.md +++ b/content/commands/script-help.md @@ -29,7 +29,7 @@ title: SCRIPT HELP --- The `SCRIPT HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/script-kill.md b/content/commands/script-kill.md index b01576a969..d2fa255e92 100644 --- a/content/commands/script-kill.md +++ b/content/commands/script-kill.md @@ -46,7 +46,7 @@ information. For more information about [`EVAL`]({{< relref "/commands/eval" >}}) scripts please refer to [Introduction to Eval Scripts]({{< relref "/develop/programmability/eval-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/script-load.md b/content/commands/script-load.md index 907ad468cf..f32c47afce 100644 --- a/content/commands/script-load.md +++ b/content/commands/script-load.md @@ -47,7 +47,7 @@ script cache. For more information about [`EVAL`]({{< relref "/commands/eval" >}}) scripts please refer to [Introduction to Eval Scripts]({{< relref "/develop/programmability/eval-intro" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sdiff.md b/content/commands/sdiff.md index ac100958b9..28f0e11fd1 100644 --- a/content/commands/sdiff.md +++ b/content/commands/sdiff.md @@ -74,7 +74,7 @@ SADD key2 "e" SDIFF key1 key2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sdiffstore.md b/content/commands/sdiffstore.md index b552319a20..d86454688f 100644 --- a/content/commands/sdiffstore.md +++ b/content/commands/sdiffstore.md @@ -81,7 +81,7 @@ SDIFFSTORE key key1 key2 SMEMBERS key {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/select.md b/content/commands/select.md index e4322ed084..1c941ebf2e 100644 --- a/content/commands/select.md +++ b/content/commands/select.md @@ -43,7 +43,7 @@ When using Redis Cluster, the `SELECT` command cannot be used, since Redis Clust Since the currently selected database is a property of the connection, clients should track the currently selected database and re-select it on reconnection. While there is no command in order to query the selected database in the current connection, the [`CLIENT LIST`]({{< relref "/commands/client-list" >}}) output shows, for each client, the currently selected database. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/set.md b/content/commands/set.md index c7376508eb..abc0b944b8 100644 --- a/content/commands/set.md +++ b/content/commands/set.md @@ -174,7 +174,7 @@ An example of unlock script would be similar to the following: The script should be called with `EVAL ...script... 1 resource-name token-value` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/setbit.md b/content/commands/setbit.md index ad129e82b9..fe64c79acd 100644 --- a/content/commands/setbit.md +++ b/content/commands/setbit.md @@ -214,7 +214,7 @@ end **Note:** the implementation for getting a range of bit offsets from a bitmap is left as an exercise to the reader. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/setex.md b/content/commands/setex.md index b62306578b..ba4ae21437 100644 --- a/content/commands/setex.md +++ b/content/commands/setex.md @@ -80,7 +80,7 @@ GET mykey [`TTL`]({{< relref "/commands/ttl" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/setnx.md b/content/commands/setnx.md index 0dba9e2da5..91783a48fb 100644 --- a/content/commands/setnx.md +++ b/content/commands/setnx.md @@ -148,7 +148,7 @@ crashing but also blocking a lot of time against some operations and trying to issue [`DEL`]({{< relref "/commands/del" >}}) after a lot of time (when the LOCK is already held by another client). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/setrange.md b/content/commands/setrange.md index 2d0081aebb..a8007a4034 100644 --- a/content/commands/setrange.md +++ b/content/commands/setrange.md @@ -102,7 +102,7 @@ SETRANGE key2 6 "Redis" GET key2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/shutdown.md b/content/commands/shutdown.md index d095134c64..533eedd502 100644 --- a/content/commands/shutdown.md +++ b/content/commands/shutdown.md @@ -136,7 +136,7 @@ To minimize the risk of data loss in such setups, it's advised to trigger a manu * `>= 7.0.0`: Introduced waiting for lagging replicas before exiting. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sinter.md b/content/commands/sinter.md index b7754e60dc..2bbd56da07 100644 --- a/content/commands/sinter.md +++ b/content/commands/sinter.md @@ -77,7 +77,7 @@ SADD key2 "e" SINTER key1 key2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sintercard.md b/content/commands/sintercard.md index 4d409cfe70..00f92f02c3 100644 --- a/content/commands/sintercard.md +++ b/content/commands/sintercard.md @@ -81,7 +81,7 @@ SINTERCARD 2 key1 key2 SINTERCARD 2 key1 key2 LIMIT 1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sinterstore.md b/content/commands/sinterstore.md index 8ebc2d87c2..62d4502c9c 100644 --- a/content/commands/sinterstore.md +++ b/content/commands/sinterstore.md @@ -82,7 +82,7 @@ SINTERSTORE key key1 key2 SMEMBERS key {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sismember.md b/content/commands/sismember.md index c7446584cb..9002ba3bf9 100644 --- a/content/commands/sismember.md +++ b/content/commands/sismember.md @@ -58,7 +58,7 @@ SISMEMBER myset "one" SISMEMBER myset "two" {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/slaveof.md b/content/commands/slaveof.md index a6a4b6607d..615219b32e 100644 --- a/content/commands/slaveof.md +++ b/content/commands/slaveof.md @@ -78,7 +78,7 @@ master and set the application to use this new master in read/write. Later when the other Redis server is fixed, it can be reconfigured to work as a replica. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/slowlog-get.md b/content/commands/slowlog-get.md index 1e959b67fc..1ba1491069 100644 --- a/content/commands/slowlog-get.md +++ b/content/commands/slowlog-get.md @@ -63,7 +63,7 @@ The entry's unique ID can be used in order to avoid processing slow log entries The ID is never reset in the course of the Redis server execution, only a server restart will reset it. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/slowlog-help.md b/content/commands/slowlog-help.md index 0c48172a22..785e8ab5b0 100644 --- a/content/commands/slowlog-help.md +++ b/content/commands/slowlog-help.md @@ -28,7 +28,7 @@ title: SLOWLOG HELP --- The `SLOWLOG HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/slowlog-len.md b/content/commands/slowlog-len.md index 8746e75777..73cd406190 100644 --- a/content/commands/slowlog-len.md +++ b/content/commands/slowlog-len.md @@ -40,7 +40,7 @@ The maximum number of entries in the slow log is governed by the `slowlog-max-le Once the slog log reaches its maximal size, the oldest entry is removed whenever a new entry is created. The slow log can be cleared with the [`SLOWLOG RESET`]({{< relref "/commands/slowlog-reset" >}}) command. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/slowlog-reset.md b/content/commands/slowlog-reset.md index ec20827ebd..e2ea85e1b2 100644 --- a/content/commands/slowlog-reset.md +++ b/content/commands/slowlog-reset.md @@ -36,7 +36,7 @@ This command resets the slow log, clearing all entries in it. Once deleted the information is lost forever. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/smembers.md b/content/commands/smembers.md index 5b7a82caa5..e04363645a 100644 --- a/content/commands/smembers.md +++ b/content/commands/smembers.md @@ -71,7 +71,7 @@ SADD myset "World" SMEMBERS myset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/smismember.md b/content/commands/smismember.md index 90ad8c118f..3dc9929270 100644 --- a/content/commands/smismember.md +++ b/content/commands/smismember.md @@ -62,7 +62,7 @@ SADD myset "one" SMISMEMBER myset "one" "notamember" {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/smove.md b/content/commands/smove.md index fcdf5d0c4f..aa1ad88413 100644 --- a/content/commands/smove.md +++ b/content/commands/smove.md @@ -89,7 +89,7 @@ SMEMBERS myset SMEMBERS myotherset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sort.md b/content/commands/sort.md index c4c6cca4ab..746a92c9b7 100644 --- a/content/commands/sort.md +++ b/content/commands/sort.md @@ -277,7 +277,7 @@ The string `->` is used to separate the key name from the hash field name. The key is substituted as documented above, and the hash stored at the resulting key is accessed to retrieve the specified hash field. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sort_ro.md b/content/commands/sort_ro.md index 67a4d1fa42..2772e6c3e3 100644 --- a/content/commands/sort_ro.md +++ b/content/commands/sort_ro.md @@ -119,7 +119,7 @@ See original [`SORT`]({{< relref "/commands/sort" >}}) for more details. SORT_RO mylist BY weight_*->fieldname GET object_*->fieldname ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/spop.md b/content/commands/spop.md index 0c1ef5d412..0de2c93633 100644 --- a/content/commands/spop.md +++ b/content/commands/spop.md @@ -86,7 +86,7 @@ SMEMBERS myset Note that this command is not suitable when you need a guaranteed uniform distribution of the returned elements. For more information about the algorithms used for `SPOP`, look up both the Knuth sampling and Floyd sampling algorithms. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/spublish.md b/content/commands/spublish.md index 6311590050..98c0e98d23 100644 --- a/content/commands/spublish.md +++ b/content/commands/spublish.md @@ -66,7 +66,7 @@ For example the following command publishes to the `orders` channel with a subsc (integer) 1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/srandmember.md b/content/commands/srandmember.md index 9ecefe8377..5c1de9db8c 100644 --- a/content/commands/srandmember.md +++ b/content/commands/srandmember.md @@ -98,7 +98,7 @@ The algorithm used, that is implemented inside dict.c, samples the hash table bu This means that if you have two non-empty buckets in the entire hash table, and one has three elements while one has just one, the element that is alone in its bucket will be returned with much higher probability. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/srem.md b/content/commands/srem.md index 97d44b082a..bc2ed90ae5 100644 --- a/content/commands/srem.md +++ b/content/commands/srem.md @@ -73,7 +73,7 @@ SREM myset "four" SMEMBERS myset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sscan.md b/content/commands/sscan.md index 625c6e5cbb..aec7141422 100644 --- a/content/commands/sscan.md +++ b/content/commands/sscan.md @@ -64,7 +64,7 @@ title: SSCAN --- See [`SCAN`]({{< relref "/commands/scan" >}}) for `SSCAN` documentation. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ssubscribe.md b/content/commands/ssubscribe.md index aa43916b67..8279c667c4 100644 --- a/content/commands/ssubscribe.md +++ b/content/commands/ssubscribe.md @@ -68,7 +68,7 @@ Reading messages... (press Ctrl-C to quit) 3) "hello" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/strlen.md b/content/commands/strlen.md index ae9ad2ed20..6faec3b7f3 100644 --- a/content/commands/strlen.md +++ b/content/commands/strlen.md @@ -56,7 +56,7 @@ STRLEN mykey STRLEN nonexisting {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/subscribe.md b/content/commands/subscribe.md index 7e1bead899..6430f9a6db 100644 --- a/content/commands/subscribe.md +++ b/content/commands/subscribe.md @@ -47,7 +47,7 @@ For more information, see [Pub/sub]({{< relref "/develop/pubsub" >}}). * `>= 6.2.0`: [`RESET`]({{< relref "/commands/reset" >}}) can be called to exit subscribed state. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/substr.md b/content/commands/substr.md index bb4f0c0795..c7822af04d 100644 --- a/content/commands/substr.md +++ b/content/commands/substr.md @@ -76,7 +76,7 @@ GETRANGE mykey 0 -1 GETRANGE mykey 10 100 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sunion.md b/content/commands/sunion.md index 3e809fbe2b..948b8db10f 100644 --- a/content/commands/sunion.md +++ b/content/commands/sunion.md @@ -73,7 +73,7 @@ SADD key2 "e" SUNION key1 key2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sunionstore.md b/content/commands/sunionstore.md index 77fb405357..f788fd23b5 100644 --- a/content/commands/sunionstore.md +++ b/content/commands/sunionstore.md @@ -81,7 +81,7 @@ SUNIONSTORE key key1 key2 SMEMBERS key {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sunsubscribe.md b/content/commands/sunsubscribe.md index f0a13ba34e..a90c6de641 100644 --- a/content/commands/sunsubscribe.md +++ b/content/commands/sunsubscribe.md @@ -56,7 +56,7 @@ Note: The global channels and shard channels needs to be unsubscribed from separ For more information about sharded Pub/Sub, see [Sharded Pub/Sub]({{< relref "/develop/pubsub#sharded-pubsub" >}}). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/swapdb.md b/content/commands/swapdb.md index 96367b98de..15b27e3228 100644 --- a/content/commands/swapdb.md +++ b/content/commands/swapdb.md @@ -51,7 +51,7 @@ This will swap database 0 with database 1. All the clients connected with databa SWAPDB 0 1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/sync.md b/content/commands/sync.md index 838e054d89..0acd70c204 100644 --- a/content/commands/sync.md +++ b/content/commands/sync.md @@ -40,7 +40,7 @@ For more information about replication in Redis please check the [tr]: /operate/oss_and_stack/management/replication -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.add.md b/content/commands/tdigest.add.md index 24cca60a7b..9412d1d884 100644 --- a/content/commands/tdigest.add.md +++ b/content/commands/tdigest.add.md @@ -61,7 +61,7 @@ redis> TDIGEST.ADD t string (error) ERR T-Digest: error parsing val parameter {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.byrank.md b/content/commands/tdigest.byrank.md index 05967dd337..22c2872560 100644 --- a/content/commands/tdigest.byrank.md +++ b/content/commands/tdigest.byrank.md @@ -78,7 +78,7 @@ redis> TDIGEST.BYRANK t 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) "inf" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.byrevrank.md b/content/commands/tdigest.byrevrank.md index a079776c02..fe98fe7b8b 100644 --- a/content/commands/tdigest.byrevrank.md +++ b/content/commands/tdigest.byrevrank.md @@ -78,7 +78,7 @@ redis> TDIGEST.BYREVRANK t 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) "-inf" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.cdf.md b/content/commands/tdigest.cdf.md index 6efddcb1c4..18e9913de2 100644 --- a/content/commands/tdigest.cdf.md +++ b/content/commands/tdigest.cdf.md @@ -67,7 +67,7 @@ redis> TDIGEST.CDF t 0 1 2 3 4 5 6 7) "1" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.create.md b/content/commands/tdigest.create.md index 3f32f89425..71e394396d 100644 --- a/content/commands/tdigest.create.md +++ b/content/commands/tdigest.create.md @@ -55,7 +55,7 @@ redis> TDIGEST.CREATE t COMPRESSION 100 OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.info.md b/content/commands/tdigest.info.md index 3a6018bc36..03082dd981 100644 --- a/content/commands/tdigest.info.md +++ b/content/commands/tdigest.info.md @@ -65,7 +65,7 @@ redis> TDIGEST.INFO t 18) (integer) 9768 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.max.md b/content/commands/tdigest.max.md index 171ca9e78d..d52270b7e4 100644 --- a/content/commands/tdigest.max.md +++ b/content/commands/tdigest.max.md @@ -51,7 +51,7 @@ redis>TDIGEST.MAX t "5" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.merge.md b/content/commands/tdigest.merge.md index fd6cb5d8c5..aead1e8ea5 100644 --- a/content/commands/tdigest.merge.md +++ b/content/commands/tdigest.merge.md @@ -108,7 +108,7 @@ redis> TDIGEST.BYRANK sM 0 1 2 3 4 5) "inf" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.min.md b/content/commands/tdigest.min.md index 5f08ec7062..85431e6c0e 100644 --- a/content/commands/tdigest.min.md +++ b/content/commands/tdigest.min.md @@ -51,7 +51,7 @@ redis> TDIGEST.MIN t "1" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.quantile.md b/content/commands/tdigest.quantile.md index b45abbb822..7372a6993b 100644 --- a/content/commands/tdigest.quantile.md +++ b/content/commands/tdigest.quantile.md @@ -69,7 +69,7 @@ redis> TDIGEST.QUANTILE t 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 11) "5" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.rank.md b/content/commands/tdigest.rank.md index 581e0a3aa1..103c46fb04 100644 --- a/content/commands/tdigest.rank.md +++ b/content/commands/tdigest.rank.md @@ -90,7 +90,7 @@ redis> TDIGEST.REVRANK s 10 20 2) (integer) 1 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.reset.md b/content/commands/tdigest.reset.md index 4398e1810e..c468749743 100644 --- a/content/commands/tdigest.reset.md +++ b/content/commands/tdigest.reset.md @@ -46,7 +46,7 @@ redis> TDIGEST.RESET t OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.revrank.md b/content/commands/tdigest.revrank.md index 76cff646b9..643de30ba3 100644 --- a/content/commands/tdigest.revrank.md +++ b/content/commands/tdigest.revrank.md @@ -104,7 +104,7 @@ redis> TDIGEST.REVRANK s 10 20 2) (integer) 1 {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/tdigest.trimmed_mean.md b/content/commands/tdigest.trimmed_mean.md index 49210250e4..ea589d6eeb 100644 --- a/content/commands/tdigest.trimmed_mean.md +++ b/content/commands/tdigest.trimmed_mean.md @@ -76,7 +76,7 @@ redis> TDIGEST.TRIMMED_MEAN t 0 1 "5.5" {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/time.md b/content/commands/time.md index 35500b86ae..cf69a72237 100644 --- a/content/commands/time.md +++ b/content/commands/time.md @@ -41,7 +41,7 @@ TIME TIME {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.add.md b/content/commands/topk.add.md index 7e45ec01d9..8932b0bd50 100644 --- a/content/commands/topk.add.md +++ b/content/commands/topk.add.md @@ -52,7 +52,7 @@ redis> TOPK.ADD topk foo bar 42 3) (nil) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.count.md b/content/commands/topk.count.md index 41ee540246..4ae4b72e58 100644 --- a/content/commands/topk.count.md +++ b/content/commands/topk.count.md @@ -54,7 +54,7 @@ redis> TOPK.COUNT topk foo 42 nonexist 3) (integer) 0 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.incrby.md b/content/commands/topk.incrby.md index 9e0ca983b2..8fb6cc06d5 100644 --- a/content/commands/topk.incrby.md +++ b/content/commands/topk.incrby.md @@ -61,7 +61,7 @@ redis> TOPK.INCRBY topk foo 3 bar 2 42 30 3) foo ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.info.md b/content/commands/topk.info.md index 7198ecede1..afd21681a9 100644 --- a/content/commands/topk.info.md +++ b/content/commands/topk.info.md @@ -49,7 +49,7 @@ TOPK.INFO topk 8) "0.92500000000000004" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.list.md b/content/commands/topk.list.md index 7760cf2cae..9268bc28d7 100644 --- a/content/commands/topk.list.md +++ b/content/commands/topk.list.md @@ -60,7 +60,7 @@ TOPK.LIST topk WITHCOUNT ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.query.md b/content/commands/topk.query.md index 9382ad1d6b..8295f65fbd 100644 --- a/content/commands/topk.query.md +++ b/content/commands/topk.query.md @@ -47,7 +47,7 @@ redis> TOPK.QUERY topk 42 nonexist 2) (integer) 0 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/topk.reserve.md b/content/commands/topk.reserve.md index 2df0318b35..e29d9c4657 100644 --- a/content/commands/topk.reserve.md +++ b/content/commands/topk.reserve.md @@ -60,7 +60,7 @@ redis> TOPK.RESERVE topk 50 2000 7 0.925 OK ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/touch.md b/content/commands/touch.md index 0cfbdbe87a..574c5f85bb 100644 --- a/content/commands/touch.md +++ b/content/commands/touch.md @@ -62,7 +62,7 @@ SET key2 "World" TOUCH key1 key2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.add.md b/content/commands/ts.add.md index 2af30aa69e..86fb05980a 100644 --- a/content/commands/ts.add.md +++ b/content/commands/ts.add.md @@ -239,7 +239,7 @@ Add a sample to the time series, setting the sample's timestamp to the current U {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.alter.md b/content/commands/ts.alter.md index a204b4a608..eb1e66c2cc 100644 --- a/content/commands/ts.alter.md +++ b/content/commands/ts.alter.md @@ -138,7 +138,7 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.create.md b/content/commands/ts.create.md index 362cf7befe..41d8b0d594 100644 --- a/content/commands/ts.create.md +++ b/content/commands/ts.create.md @@ -190,7 +190,7 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.createrule.md b/content/commands/ts.createrule.md index 1c67d8fb89..3de94bf7b9 100644 --- a/content/commands/ts.createrule.md +++ b/content/commands/ts.createrule.md @@ -180,7 +180,7 @@ Now, also create a compacted time series named _dailyDiffTemp_. This time series -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.decrby.md b/content/commands/ts.decrby.md index 075bb4a5d3..56410ba21a 100644 --- a/content/commands/ts.decrby.md +++ b/content/commands/ts.decrby.md @@ -173,7 +173,7 @@ Use it only if you are creating a new time series. It is ignored if you are addi - Setting `RETENTION` and `LABELS` introduces additional time complexity. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.del.md b/content/commands/ts.del.md index 4ccba57f8a..53f87180ae 100644 --- a/content/commands/ts.del.md +++ b/content/commands/ts.del.md @@ -100,7 +100,7 @@ Delete the range of data points for temperature in Tel Aviv. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.deleterule.md b/content/commands/ts.deleterule.md index ba608fcdef..37ae079d19 100644 --- a/content/commands/ts.deleterule.md +++ b/content/commands/ts.deleterule.md @@ -51,7 +51,7 @@ is key name for destination (compacted) time series. Note: This command does not delete the compacted series. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.get.md b/content/commands/ts.get.md index efbb67103d..24ff212d58 100644 --- a/content/commands/ts.get.md +++ b/content/commands/ts.get.md @@ -128,7 +128,7 @@ Get the latest maximum daily temperature (the temperature with the highest times -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.incrby.md b/content/commands/ts.incrby.md index e89145d8a7..7d6c6f70b1 100644 --- a/content/commands/ts.incrby.md +++ b/content/commands/ts.incrby.md @@ -211,7 +211,7 @@ Suppose a sensor ticks whenever a car is passed on a road, and you want to count The timestamp is filled automatically. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.info.md b/content/commands/ts.info.md index 08047636f6..527c67f81b 100644 --- a/content/commands/ts.info.md +++ b/content/commands/ts.info.md @@ -53,7 +53,7 @@ is key name of the time series. is an optional flag to get a more detailed information about the chunks. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.madd.md b/content/commands/ts.madd.md index 5582939a88..d9abcaac7f 100644 --- a/content/commands/ts.madd.md +++ b/content/commands/ts.madd.md @@ -101,7 +101,7 @@ OK {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.mget.md b/content/commands/ts.mget.md index a7d44c6662..ef3870cd6a 100644 --- a/content/commands/ts.mget.md +++ b/content/commands/ts.mget.md @@ -194,7 +194,7 @@ To get only the `location` label for each last sample, use `SELECTED_LABELS`. {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.mrange.md b/content/commands/ts.mrange.md index b2f0fd8448..c5519440a7 100644 --- a/content/commands/ts.mrange.md +++ b/content/commands/ts.mrange.md @@ -381,7 +381,7 @@ When combined with `AGGREGATION` the `GROUPBY`/`REDUCE` is applied post aggregat Note: An `MRANGE` command cannot be part of a transaction when running on a Redis cluster. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.mrevrange.md b/content/commands/ts.mrevrange.md index f8a1b2523c..762124298f 100644 --- a/content/commands/ts.mrevrange.md +++ b/content/commands/ts.mrevrange.md @@ -574,7 +574,7 @@ Query all time series with the metric label equal to `cpu`, but only return the {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.queryindex.md b/content/commands/ts.queryindex.md index 9dfe676c91..3f176daefe 100644 --- a/content/commands/ts.queryindex.md +++ b/content/commands/ts.queryindex.md @@ -110,7 +110,7 @@ To retrieve the keys of all time series representing sensors that measure temper {{< / highlight >}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.range.md b/content/commands/ts.range.md index c82561e759..7a30e540bb 100644 --- a/content/commands/ts.range.md +++ b/content/commands/ts.range.md @@ -385,7 +385,7 @@ When the start timestamp for the range query is explicitly stated (not `-`), you Similarly, when the end timestamp for the range query is explicitly stated, you can set `ALIGN` to that time by setting align to `+` or to `end`. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ts.revrange.md b/content/commands/ts.revrange.md index 56e590701e..10a7cb6472 100644 --- a/content/commands/ts.revrange.md +++ b/content/commands/ts.revrange.md @@ -386,7 +386,7 @@ When the start timestamp for the range query is explicitly stated (not `-`), you Similarly, when the end timestamp for the range query is explicitly stated, you can set ALIGN to that time by setting align to `+` or to `end`. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/ttl.md b/content/commands/ttl.md index 6138791c5a..47be8d87c8 100644 --- a/content/commands/ttl.md +++ b/content/commands/ttl.md @@ -83,7 +83,7 @@ EXPIRE mykey 10 TTL mykey {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/type.md b/content/commands/type.md index 0615213ae1..dc927e66d3 100644 --- a/content/commands/type.md +++ b/content/commands/type.md @@ -60,7 +60,7 @@ TYPE key2 TYPE key3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/unlink.md b/content/commands/unlink.md index d51dbd9e72..97a271c1b7 100644 --- a/content/commands/unlink.md +++ b/content/commands/unlink.md @@ -67,7 +67,7 @@ SET key2 "World" UNLINK key1 key2 key3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/unsubscribe.md b/content/commands/unsubscribe.md index e68173ad23..72ce1a9cf3 100644 --- a/content/commands/unsubscribe.md +++ b/content/commands/unsubscribe.md @@ -43,7 +43,7 @@ previously subscribed channels. In this case, a message for every unsubscribed channel will be sent to the client. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/unwatch.md b/content/commands/unwatch.md index 6432b09813..5efd718bd4 100644 --- a/content/commands/unwatch.md +++ b/content/commands/unwatch.md @@ -36,7 +36,7 @@ Flushes all the previously watched keys for a [transaction][tt]. If you call [`EXEC`]({{< relref "/commands/exec" >}}) or [`DISCARD`]({{< relref "/commands/discard" >}}), there's no need to manually call `UNWATCH`. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vadd.md b/content/commands/vadd.md index de1b35b3b4..612b23f96b 100644 --- a/content/commands/vadd.md +++ b/content/commands/vadd.md @@ -118,7 +118,7 @@ If you don't have a recall quality problem, the default is acceptable, and uses - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vcard.md b/content/commands/vcard.md index 5b3237d399..e7eecf5354 100644 --- a/content/commands/vcard.md +++ b/content/commands/vcard.md @@ -40,7 +40,7 @@ is the name of the key that holds the vector set. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vdim.md b/content/commands/vdim.md index 6549cc81ef..1f34541737 100644 --- a/content/commands/vdim.md +++ b/content/commands/vdim.md @@ -42,7 +42,7 @@ is the name of the key that holds the vector set. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vemb.md b/content/commands/vemb.md index ec65a269ce..f8134ec476 100644 --- a/content/commands/vemb.md +++ b/content/commands/vemb.md @@ -71,7 +71,7 @@ returns the raw vector data, its quantization type, and metadata such as norm an - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vgetattr.md b/content/commands/vgetattr.md index 36dc2c1640..55448b9817 100644 --- a/content/commands/vgetattr.md +++ b/content/commands/vgetattr.md @@ -45,7 +45,7 @@ is the name of the element whose attributes you want to retrieve. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vinfo.md b/content/commands/vinfo.md index 381acc7073..9789a57f0c 100644 --- a/content/commands/vinfo.md +++ b/content/commands/vinfo.md @@ -51,7 +51,7 @@ is the name of the key that holds the vector set. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vismember.md b/content/commands/vismember.md index 6a44834100..fc504f0e40 100644 --- a/content/commands/vismember.md +++ b/content/commands/vismember.md @@ -51,7 +51,7 @@ is the name of the element you want to check for membership. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vlinks.md b/content/commands/vlinks.md index 20aa6bca97..7c2fd81215 100644 --- a/content/commands/vlinks.md +++ b/content/commands/vlinks.md @@ -59,7 +59,7 @@ includes similarity scores for each neighbor. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vrandmember.md b/content/commands/vrandmember.md index 59f0ee7f93..04c29f068f 100644 --- a/content/commands/vrandmember.md +++ b/content/commands/vrandmember.md @@ -112,7 +112,7 @@ specifies the number of elements to return. Positive values return distinct elem - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vrem.md b/content/commands/vrem.md index 24727709d9..6426ed2963 100644 --- a/content/commands/vrem.md +++ b/content/commands/vrem.md @@ -54,7 +54,7 @@ is the name of the element to remove from the vector set. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vsetattr.md b/content/commands/vsetattr.md index d4cfe7aba8..568a66b83e 100644 --- a/content/commands/vsetattr.md +++ b/content/commands/vsetattr.md @@ -59,7 +59,7 @@ is a valid JSON string. Use an empty string (`""`) to delete the attributes. - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/vsim.md b/content/commands/vsim.md index 329da34ad3..14604c3731 100644 --- a/content/commands/vsim.md +++ b/content/commands/vsim.md @@ -139,7 +139,7 @@ executes the search in the main thread instead of a background thread. Useful fo - [Vector sets]({{< relref "/develop/data-types/vector-sets" >}}) -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/wait.md b/content/commands/wait.md index f68f809b43..dbe2c9757a 100644 --- a/content/commands/wait.md +++ b/content/commands/wait.md @@ -93,7 +93,7 @@ OK In the following example the first call to `WAIT` does not use a timeout and asks for the write to reach 1 replica. It returns with success. In the second attempt instead we put a timeout, and ask for the replication of the write to two replicas. Since there is a single replica available, after one second `WAIT` unblocks and returns 1, the number of replicas reached. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/waitaof.md b/content/commands/waitaof.md index 6480af7cb9..28a0eff2f9 100644 --- a/content/commands/waitaof.md +++ b/content/commands/waitaof.md @@ -102,7 +102,7 @@ In the above example, the first call to `WAITAOF` does not use a timeout and ask In the second attempt we instead specify a timeout, and ask for the write to be confirmed as fsynced by a single replica. Since there are no connected replicas, the `WAITAOF` command unblocks after one second and again returns [1, 0], indicating the write has been fsynced on the local Redis but no replicas. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/watch.md b/content/commands/watch.md index 1cc469626b..1d838a717e 100644 --- a/content/commands/watch.md +++ b/content/commands/watch.md @@ -53,7 +53,7 @@ Marks the given keys to be watched for conditional execution of a [tt]: /develop/interact/transactions -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xack.md b/content/commands/xack.md index 7f2a09aaa5..28a8946c4c 100644 --- a/content/commands/xack.md +++ b/content/commands/xack.md @@ -78,7 +78,7 @@ redis> XACK mystream mygroup 1526569495631-0 (integer) 1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xackdel.md b/content/commands/xackdel.md index deccf099b8..29a77a057e 100644 --- a/content/commands/xackdel.md +++ b/content/commands/xackdel.md @@ -158,7 +158,7 @@ OK (empty array) ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xadd.md b/content/commands/xadd.md index a14aba5885..412ecd7948 100644 --- a/content/commands/xadd.md +++ b/content/commands/xadd.md @@ -259,7 +259,7 @@ XLEN mystream XRANGE mystream - + {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xautoclaim.md b/content/commands/xautoclaim.md index 9332cca416..9639153eb7 100644 --- a/content/commands/xautoclaim.md +++ b/content/commands/xautoclaim.md @@ -119,7 +119,7 @@ The consumer "Alice" from the "mygroup" group acquires ownership of these messag Note that the stream ID returned in the example is `0-0`, indicating that the entire stream was scanned. We can also see that `XAUTOCLAIM` did not stumble upon any deleted messages (the third reply element is an empty array). -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xclaim.md b/content/commands/xclaim.md index fa9a033613..41433ea6ed 100644 --- a/content/commands/xclaim.md +++ b/content/commands/xclaim.md @@ -144,7 +144,7 @@ useful to normal users: In the above example we claim the message with ID `1526569498055-0`, only if the message is idle for at least one hour without the original consumer or some other consumer making progresses (acknowledging or claiming it), and assigns the ownership to the consumer `Alice`. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xdel.md b/content/commands/xdel.md index ccf1081c89..ad1fbb1c08 100644 --- a/content/commands/xdel.md +++ b/content/commands/xdel.md @@ -99,7 +99,7 @@ not a good idea to add such complexity. 2) "3" ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xdelex.md b/content/commands/xdelex.md index ad3a25d5e2..ae3860e6b4 100644 --- a/content/commands/xdelex.md +++ b/content/commands/xdelex.md @@ -122,7 +122,7 @@ XDELEX mystream KEEPREF IDS 2 1526919030474-55 1526919030474-56 XRANGE mystream - + {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xgroup-create.md b/content/commands/xgroup-create.md index f24bc474ad..97005f26ec 100644 --- a/content/commands/xgroup-create.md +++ b/content/commands/xgroup-create.md @@ -94,7 +94,7 @@ An arbitrary ID is any ID that isn't the ID of the stream's first entry, last en Use it to find out how many entries are between the arbitrary ID (excluding it) and the stream's last entry. Set the `entries_read` the stream's `entries_added` subtracted by the number of entries. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xgroup-createconsumer.md b/content/commands/xgroup-createconsumer.md index d9341c7bf7..e5f5f414bb 100644 --- a/content/commands/xgroup-createconsumer.md +++ b/content/commands/xgroup-createconsumer.md @@ -57,7 +57,7 @@ Create a consumer named `` in the consumer group `` of Consumers are also created automatically whenever an operation, such as [`XREADGROUP`]({{< relref "/commands/xreadgroup" >}}), references a consumer that doesn't exist. This is valid for [`XREADGROUP`]({{< relref "/commands/xreadgroup" >}}) only when there is data in the stream. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xgroup-delconsumer.md b/content/commands/xgroup-delconsumer.md index 2b38565e42..56933271fe 100644 --- a/content/commands/xgroup-delconsumer.md +++ b/content/commands/xgroup-delconsumer.md @@ -58,7 +58,7 @@ Sometimes it may be useful to remove old consumers since they are no longer used Note, however, that any pending messages that the consumer had will become unclaimable after it was deleted. It is strongly recommended, therefore, that any pending messages are claimed or acknowledged prior to deleting the consumer from the group. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xgroup-destroy.md b/content/commands/xgroup-destroy.md index 15c7cfd379..a494e7e020 100644 --- a/content/commands/xgroup-destroy.md +++ b/content/commands/xgroup-destroy.md @@ -53,7 +53,7 @@ The `XGROUP DESTROY` command completely destroys a consumer group. The consumer group will be destroyed even if there are active consumers, and pending messages, so make sure to call this command only when really needed. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xgroup-help.md b/content/commands/xgroup-help.md index 7f2a08b91b..b70230183e 100644 --- a/content/commands/xgroup-help.md +++ b/content/commands/xgroup-help.md @@ -29,7 +29,7 @@ title: XGROUP HELP --- The `XGROUP HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xgroup-setid.md b/content/commands/xgroup-setid.md index a9c5d9fc08..4d0023f4ca 100644 --- a/content/commands/xgroup-setid.md +++ b/content/commands/xgroup-setid.md @@ -79,7 +79,7 @@ An arbitrary ID is any ID that isn't the ID of the stream's first entry, its las This can be useful you know exactly how many entries are between the arbitrary ID (excluding it) and the stream's last entry. In such cases, the `entries_read` can be set to the stream's `entries_added` subtracted with the number of entries. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xinfo-consumers.md b/content/commands/xinfo-consumers.md index 086feed589..f93a96d8ee 100644 --- a/content/commands/xinfo-consumers.md +++ b/content/commands/xinfo-consumers.md @@ -87,7 +87,7 @@ In 7.2.0, **inactive** was added and **idle** was changed to denote the time pas 8) (integer) 993841998 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xinfo-groups.md b/content/commands/xinfo-groups.md index 704b5edf6f..743ca9bed3 100644 --- a/content/commands/xinfo-groups.md +++ b/content/commands/xinfo-groups.md @@ -119,7 +119,7 @@ Once the consumer group delivers the last message in the stream to its members, 12) (integer) 1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xinfo-help.md b/content/commands/xinfo-help.md index 17c9f051e0..60bcfb7f0b 100644 --- a/content/commands/xinfo-help.md +++ b/content/commands/xinfo-help.md @@ -29,7 +29,7 @@ title: XINFO HELP --- The `XINFO HELP` command returns a helpful text describing the different subcommands. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xinfo-stream.md b/content/commands/xinfo-stream.md index 122b4c57b4..dda0d016d5 100644 --- a/content/commands/xinfo-stream.md +++ b/content/commands/xinfo-stream.md @@ -216,7 +216,7 @@ OK 3) (integer) 1 ``` -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xlen.md b/content/commands/xlen.md index 44fcc823f8..1b7f3ec161 100644 --- a/content/commands/xlen.md +++ b/content/commands/xlen.md @@ -64,7 +64,7 @@ XADD mystream * item 3 XLEN mystream {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xpending.md b/content/commands/xpending.md index b94b9eeeab..8e45f2d9f4 100644 --- a/content/commands/xpending.md +++ b/content/commands/xpending.md @@ -212,7 +212,7 @@ prefixing the ID of the last-read pending entry with the `(` character that denotes an open (exclusive) range, and proving it to the subsequent call to the command. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xrange.md b/content/commands/xrange.md index 20b368c1bc..5b02fc604d 100644 --- a/content/commands/xrange.md +++ b/content/commands/xrange.md @@ -274,7 +274,7 @@ XLEN writers XRANGE writers - + COUNT 2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xread.md b/content/commands/xread.md index c17ae0710d..0c07a45ae0 100644 --- a/content/commands/xread.md +++ b/content/commands/xread.md @@ -291,7 +291,7 @@ Reading the [Redis Streams introduction]({{< relref "/develop/data-types/streams suggested in order to understand more about the streams overall behavior and semantics. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xreadgroup.md b/content/commands/xreadgroup.md index dc312f74c5..102696ec9a 100644 --- a/content/commands/xreadgroup.md +++ b/content/commands/xreadgroup.md @@ -225,7 +225,7 @@ Reading the [Redis Streams introduction]({{< relref "/develop/data-types/streams suggested in order to understand more about the streams overall behavior and semantics. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xrevrange.md b/content/commands/xrevrange.md index c8307f488d..39dd1dc668 100644 --- a/content/commands/xrevrange.md +++ b/content/commands/xrevrange.md @@ -88,7 +88,7 @@ XLEN writers XREVRANGE writers + - COUNT 1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xsetid.md b/content/commands/xsetid.md index 50b632e741..d492ad6ac1 100644 --- a/content/commands/xsetid.md +++ b/content/commands/xsetid.md @@ -68,7 +68,7 @@ title: XSETID The `XSETID` command is an internal command. It is used by a Redis master to replicate the last delivered ID of streams. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/xtrim.md b/content/commands/xtrim.md index 369f7bc9a6..4c030032f3 100644 --- a/content/commands/xtrim.md +++ b/content/commands/xtrim.md @@ -211,7 +211,7 @@ XTRIM mystream MAXLEN 2 XRANGE mystream - + {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zadd.md b/content/commands/zadd.md index aebae2c2d8..fde6e7535c 100644 --- a/content/commands/zadd.md +++ b/content/commands/zadd.md @@ -195,7 +195,7 @@ ZADD myzset 2 "two" 3 "three" ZRANGE myzset 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zcard.md b/content/commands/zcard.md index d562489afb..55843b27b8 100644 --- a/content/commands/zcard.md +++ b/content/commands/zcard.md @@ -56,7 +56,7 @@ ZADD myzset 2 "two" ZCARD myzset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zcount.md b/content/commands/zcount.md index 9504447444..188545ef8e 100644 --- a/content/commands/zcount.md +++ b/content/commands/zcount.md @@ -71,7 +71,7 @@ ZCOUNT myzset -inf +inf ZCOUNT myzset (1 3 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zdiff.md b/content/commands/zdiff.md index 3472ed1d0f..0c40d0b3ac 100644 --- a/content/commands/zdiff.md +++ b/content/commands/zdiff.md @@ -72,7 +72,7 @@ ZDIFF 2 zset1 zset2 ZDIFF 2 zset1 zset2 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zdiffstore.md b/content/commands/zdiffstore.md index 988537d065..6757f652b8 100644 --- a/content/commands/zdiffstore.md +++ b/content/commands/zdiffstore.md @@ -89,7 +89,7 @@ ZDIFFSTORE out 2 zset1 zset2 ZRANGE out 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zincrby.md b/content/commands/zincrby.md index c68d6acf26..2e8af0ea55 100644 --- a/content/commands/zincrby.md +++ b/content/commands/zincrby.md @@ -76,7 +76,7 @@ ZINCRBY myzset 2 "one" ZRANGE myzset 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zinter.md b/content/commands/zinter.md index 72c22826d8..98c5c813fe 100644 --- a/content/commands/zinter.md +++ b/content/commands/zinter.md @@ -99,7 +99,7 @@ ZINTER 2 zset1 zset2 ZINTER 2 zset1 zset2 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zintercard.md b/content/commands/zintercard.md index 136b612135..40f5ef2731 100644 --- a/content/commands/zintercard.md +++ b/content/commands/zintercard.md @@ -78,7 +78,7 @@ ZINTERCARD 2 zset1 zset2 ZINTERCARD 2 zset1 zset2 LIMIT 1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zinterstore.md b/content/commands/zinterstore.md index e8db007a57..b569a7dd87 100644 --- a/content/commands/zinterstore.md +++ b/content/commands/zinterstore.md @@ -121,7 +121,7 @@ ZINTERSTORE out 2 zset1 zset2 WEIGHTS 2 3 ZRANGE out 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zlexcount.md b/content/commands/zlexcount.md index 462a301f70..39d5ec018e 100644 --- a/content/commands/zlexcount.md +++ b/content/commands/zlexcount.md @@ -69,7 +69,7 @@ ZLEXCOUNT myzset - + ZLEXCOUNT myzset [b [f {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zmpop.md b/content/commands/zmpop.md index e9b05baebf..0fc2e6b872 100644 --- a/content/commands/zmpop.md +++ b/content/commands/zmpop.md @@ -100,7 +100,7 @@ ZRANGE myzset2 0 -1 WITHSCORES EXISTS myzset myzset2 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zmscore.md b/content/commands/zmscore.md index f4cc7c990e..dd0252e1ac 100644 --- a/content/commands/zmscore.md +++ b/content/commands/zmscore.md @@ -62,7 +62,7 @@ ZADD myzset 2 "two" ZMSCORE myzset "one" "two" "nofield" {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zpopmax.md b/content/commands/zpopmax.md index 1b5124bf7d..b0794e3bb3 100644 --- a/content/commands/zpopmax.md +++ b/content/commands/zpopmax.md @@ -71,7 +71,7 @@ ZADD myzset 3 "three" ZPOPMAX myzset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zpopmin.md b/content/commands/zpopmin.md index 58a755750e..ff04c2f35c 100644 --- a/content/commands/zpopmin.md +++ b/content/commands/zpopmin.md @@ -71,7 +71,7 @@ ZADD myzset 3 "three" ZPOPMIN myzset {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrandmember.md b/content/commands/zrandmember.md index 868ea1cad8..d05ff393a3 100644 --- a/content/commands/zrandmember.md +++ b/content/commands/zrandmember.md @@ -93,7 +93,7 @@ When the `count` is a negative value, the behavior changes as follows: * Exactly `count` elements, or an empty array if the sorted set is empty (non-existing key), are always returned. * The order of elements in the reply is truly random. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrange.md b/content/commands/zrange.md index 4725248976..404a1fef1d 100644 --- a/content/commands/zrange.md +++ b/content/commands/zrange.md @@ -240,7 +240,7 @@ ZRANGE myzset 2 3 ZRANGE myzset -2 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrangebylex.md b/content/commands/zrangebylex.md index 7ab18fe3da..171927d68c 100644 --- a/content/commands/zrangebylex.md +++ b/content/commands/zrangebylex.md @@ -126,7 +126,7 @@ ZRANGEBYLEX myzset - (c ZRANGEBYLEX myzset [aaa (g {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrangebyscore.md b/content/commands/zrangebyscore.md index b036813cd5..8763436bc4 100644 --- a/content/commands/zrangebyscore.md +++ b/content/commands/zrangebyscore.md @@ -176,7 +176,7 @@ just compute a random number between 0 and 1 (which is like calling RANDOM_ELE = ZRANGEBYSCORE key RAND() +inf LIMIT 0 1 -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrangestore.md b/content/commands/zrangestore.md index 8299ee422a..c2f84d5b54 100644 --- a/content/commands/zrangestore.md +++ b/content/commands/zrangestore.md @@ -108,7 +108,7 @@ ZRANGESTORE dstzset srczset 2 -1 ZRANGE dstzset 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrank.md b/content/commands/zrank.md index 42a1dcee32..3bc3ed241f 100644 --- a/content/commands/zrank.md +++ b/content/commands/zrank.md @@ -79,7 +79,7 @@ ZRANK myzset "three" WITHSCORE ZRANK myzset "four" WITHSCORE {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrem.md b/content/commands/zrem.md index edaf7c83b1..87b6d572e5 100644 --- a/content/commands/zrem.md +++ b/content/commands/zrem.md @@ -71,7 +71,7 @@ ZREM myzset "two" ZRANGE myzset 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zremrangebylex.md b/content/commands/zremrangebylex.md index c272956e3a..f0e772e53d 100644 --- a/content/commands/zremrangebylex.md +++ b/content/commands/zremrangebylex.md @@ -68,7 +68,7 @@ ZREMRANGEBYLEX myzset [alpha [omega ZRANGE myzset 0 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zremrangebyrank.md b/content/commands/zremrangebyrank.md index 5c47178e99..bf4a441985 100644 --- a/content/commands/zremrangebyrank.md +++ b/content/commands/zremrangebyrank.md @@ -73,7 +73,7 @@ ZREMRANGEBYRANK myzset 0 1 ZRANGE myzset 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zremrangebyscore.md b/content/commands/zremrangebyscore.md index d2ef9ab0f0..def557d76a 100644 --- a/content/commands/zremrangebyscore.md +++ b/content/commands/zremrangebyscore.md @@ -67,7 +67,7 @@ ZREMRANGEBYSCORE myzset -inf (2 ZRANGE myzset 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrevrange.md b/content/commands/zrevrange.md index 4faa31f146..b1c30cc3d5 100644 --- a/content/commands/zrevrange.md +++ b/content/commands/zrevrange.md @@ -79,7 +79,7 @@ ZREVRANGE myzset 2 3 ZREVRANGE myzset -2 -1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrevrangebylex.md b/content/commands/zrevrangebylex.md index ea6a98c82c..65aa6eda2a 100644 --- a/content/commands/zrevrangebylex.md +++ b/content/commands/zrevrangebylex.md @@ -84,7 +84,7 @@ ZREVRANGEBYLEX myzset (c - ZREVRANGEBYLEX myzset (g [aaa {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrevrangebyscore.md b/content/commands/zrevrangebyscore.md index d236aca1bd..065ba5440c 100644 --- a/content/commands/zrevrangebyscore.md +++ b/content/commands/zrevrangebyscore.md @@ -100,7 +100,7 @@ ZREVRANGEBYSCORE myzset 2 (1 ZREVRANGEBYSCORE myzset (2 (1 {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zrevrank.md b/content/commands/zrevrank.md index 742a214c15..41631ec7be 100644 --- a/content/commands/zrevrank.md +++ b/content/commands/zrevrank.md @@ -79,7 +79,7 @@ ZREVRANK myzset "three" WITHSCORE ZREVRANK myzset "four" WITHSCORE {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zscan.md b/content/commands/zscan.md index 97f2306fb2..349c1bd1d8 100644 --- a/content/commands/zscan.md +++ b/content/commands/zscan.md @@ -64,7 +64,7 @@ title: ZSCAN --- See [`SCAN`]({{< relref "/commands/scan" >}}) for `ZSCAN` documentation. -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zscore.md b/content/commands/zscore.md index e5517479e8..c7ec04c930 100644 --- a/content/commands/zscore.md +++ b/content/commands/zscore.md @@ -61,7 +61,7 @@ ZADD myzset 1 "one" ZSCORE myzset "one" {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zunion.md b/content/commands/zunion.md index 18dabe6b0e..1b71be1e8c 100644 --- a/content/commands/zunion.md +++ b/content/commands/zunion.md @@ -98,7 +98,7 @@ ZUNION 2 zset1 zset2 ZUNION 2 zset1 zset2 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/content/commands/zunionstore.md b/content/commands/zunionstore.md index bcb640f5bb..66cef5e465 100644 --- a/content/commands/zunionstore.md +++ b/content/commands/zunionstore.md @@ -128,7 +128,7 @@ ZUNIONSTORE out 2 zset1 zset2 WEIGHTS 2 3 ZRANGE out 0 -1 WITHSCORES {{% /redis-cli %}} -## Redis Software and Redis Cloud compatibility +## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| diff --git a/layouts/commands/single.html b/layouts/commands/single.html index 319d64fe2b..c7e252e009 100644 --- a/layouts/commands/single.html +++ b/layouts/commands/single.html @@ -64,10 +64,10 @@

{{ end}} {{ end }} - {{ if (findRE "## Redis Software and Redis Cloud compatibility" .RawContent) }} + {{ if (findRE "## Redis Enterprise and Redis Cloud compatibility" .RawContent) }}
Compatibility:
- Redis Software and Redis Cloud compatibility + Redis Enterprise and Redis Cloud compatibility
{{ end }}