From 50aa5b1b1c8bbe387a164fe07f427ff5c5ce63b1 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Fri, 11 Nov 2022 13:33:02 +0000 Subject: [PATCH] Update content --- .../java/redisson.rst | 4 +- ...uring_alarm_rules_for_critical_metrics.rst | 2 +- umn/source/monitoring/dcs_metrics.rst | 6 +- .../redis_3.0_commands.rst | 64 +++++------ .../redis_4.0_commands.rst | 64 +++++------ .../redis_5.0_commands.rst | 78 +++++++------- .../web_cli_commands.rst | 102 +++++++++--------- ...ing_dcs_and_open-source_cache_services.rst | 4 +- 8 files changed, 162 insertions(+), 162 deletions(-) diff --git a/umn/source/getting_started/accessing_an_instance/access_in_different_languages/java/redisson.rst b/umn/source/getting_started/accessing_an_instance/access_in_different_languages/java/redisson.rst index c2825dc..d913a69 100644 --- a/umn/source/getting_started/accessing_an_instance/access_in_different_languages/java/redisson.rst +++ b/umn/source/getting_started/accessing_an_instance/access_in_different_languages/java/redisson.rst @@ -133,7 +133,7 @@ Procedure // singleServerConfig.setPassword("********"); RedissonClient redisson = Redisson.create(config); //Test concurrentMap. Data is synchronized to Redis when the put method is used. - ConcurrentMap map = redisson.getMap("FirstMap"); + ConcurrentMap map = redisson.getMap("FirstMap"); map.put("wanger", "male"); map.put("zhangsan", "nan"); map.put("lisi", "female"); @@ -205,7 +205,7 @@ Procedure //Set a password. // clusterServersConfig.setPassword("********"); RedissonClient redisson = Redisson.create(config); - ConcurrentMap map = redisson.getMap("FirstMap"); + ConcurrentMap map = redisson.getMap("FirstMap"); map.put("wanger", "male"); map.put("zhangsan", "nan"); map.put("lisi", "female"); diff --git a/umn/source/monitoring/configuring_alarm_rules_for_critical_metrics.rst b/umn/source/monitoring/configuring_alarm_rules_for_critical_metrics.rst index 7e74b78..b293898 100644 --- a/umn/source/monitoring/configuring_alarm_rules_for_critical_metrics.rst +++ b/umn/source/monitoring/configuring_alarm_rules_for_critical_metrics.rst @@ -33,7 +33,7 @@ Alarm Policies for DCS Redis Instances | | | | | | | | | Alarm severity: Major | | | +-------------------+--------------+-----------------------------------------------+----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | New Connections | 0-10,000 | Alarm threshold: 10,000 | - | Check whether **connect** is used and whether the client connection is abnormal. Use persistent connections ("pconnect" in Redis terminology) to ensure performance. | + | New Connections | 0-10,000 | Alarm threshold: 10,000 | ``-`` | Check whether **connect** is used and whether the client connection is abnormal. Use persistent connections ("pconnect" in Redis terminology) to ensure performance. | | | | | | | | (Count/min) | | Number of consecutive periods: 2 | | | | | | | | | diff --git a/umn/source/monitoring/dcs_metrics.rst b/umn/source/monitoring/dcs_metrics.rst index cff0099..cf9e4bc 100644 --- a/umn/source/monitoring/dcs_metrics.rst +++ b/umn/source/monitoring/dcs_metrics.rst @@ -75,7 +75,7 @@ DCS Redis 3.0 Instance Metrics | | | | | | | | | | | | dcs_instance_id | | +----------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------+------------------------------------------------------------+------------------------------+ - | node_status | Instance Node Status | Status of instance nodes. If the status is normal, the value is **0**. If the status is abnormal, the value is **1**. | - | Monitored object: | 1 minute | + | node_status | Instance Node Status | Status of instance nodes. If the status is normal, the value is **0**. If the status is abnormal, the value is **1**. | ``-`` | Monitored object: | 1 minute | | | | | | | | | | | | | Single-node, master/standby, or cluster DCS Redis instance | | | | | | | | | @@ -456,7 +456,7 @@ DCS Redis 4.0 and 5.0 Instance Metrics | | | | | | | | | | | | dcs_instance_id | | +----------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------+------------------------------------------------------------+------------------------------+ - | Instance Node Status | Instance Node Status | Status of instance nodes. If the status is normal, the value is **0**. If the status is abnormal, the value is **1**. | - | Monitored object: | 1 minute | + | Instance Node Status | Instance Node Status | Status of instance nodes. If the status is normal, the value is **0**. If the status is abnormal, the value is **1**. | ``-`` | Monitored object: | 1 minute | | | | | | | | | | | | | Single-node, master/standby, or cluster DCS Redis instance | | | | | | | | | @@ -1025,7 +1025,7 @@ Node Metrics of DCS Redis Instances | | | | | | | | | | | | dcs_cluster_redis_node | | +----------------------------+----------------------------+--------------------------------------------------------------------------------------------------------------------------------+---------------+---------------------------------------------------------------+------------------------------+ - | ms_repl_offset | Replication Gap | Data synchronization gap between the master and the replica | - | Monitored object: | 1 minute | + | ms_repl_offset | Replication Gap | Data synchronization gap between the master and the replica | ``-`` | Monitored object: | 1 minute | | | | | | | | | | | | | Replica of a cluster DCS Redis 4.0 or 5.0 instance | | | | | | | | | diff --git a/umn/source/service_overview/command_compatibility/redis_3.0_commands.rst b/umn/source/service_overview/command_compatibility/redis_3.0_commands.rst index 3e4363f..c8e6021 100644 --- a/umn/source/service_overview/command_compatibility/redis_3.0_commands.rst +++ b/umn/source/service_overview/command_compatibility/redis_3.0_commands.rst @@ -63,23 +63,23 @@ The following lists commands supported by DCS for Redis 3.0. +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ | TTL | MGET | HSCAN | RPOP | SUNION | ZSCORE | SLOWLOG | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | TYPE | MSET | - | RPOPLPU | SUNIONSTORE | ZUNIONSTORE | ROLE | + | TYPE | MSET | ``-`` | RPOPLPU | SUNIONSTORE | ZUNIONSTORE | ROLE | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | SCAN | MSETNX | - | RPOPLPUSH | SSCAN | ZINTERSTORE | - | + | SCAN | MSETNX | ``-`` | RPOPLPUSH | SSCAN | ZINTERSTORE | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | OBJECT | PSETEX | - | RPUSH | - | ZSCAN | - | + | OBJECT | PSETEX | ``-`` | RPUSH | ``-`` | ZSCAN | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SET | - | RPUSHX | - | ZRANGEBYLEX | - | + | ``-`` | SET | ``-`` | RPUSHX | ``-`` | ZRANGEBYLEX | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETBIT | - | - | - | - | - | + | ``-`` | SETBIT | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETEX | - | - | - | - | - | + | ``-`` | SETEX | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETNX | - | - | - | - | - | + | ``-`` | SETNX | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETRANGE | - | - | - | - | - | + | ``-`` | SETRANGE | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | STRLEN | - | - | - | - | - | + | ``-`` | STRLEN | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ .. table:: **Table 2** Commands supported by DCS Redis 3.0 instances 2 @@ -93,11 +93,11 @@ The following lists commands supported by DCS for Redis 3.0. +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ | PFMERGE | PUBSUB | MULTI | PING | SCRIPT EXISTS | GEOPOS | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | - | PUNSUBSCRIBE | UNWATCH | QUIT | SCRIPT FLUSH | GEODIST | + | ``-`` | PUNSUBSCRIBE | UNWATCH | QUIT | SCRIPT FLUSH | GEODIST | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | - | SUBSCRIBE | WATCH | SELECT | SCRIPT KILL | GEORADIUS | + | ``-`` | SUBSCRIBE | WATCH | SELECT | SCRIPT KILL | GEORADIUS | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | - | UNSUBSCRIBE | - | - | SCRIPT LOAD | GEORADIUSBYMEMBER | + | ``-`` | UNSUBSCRIBE | ``-`` | ``-`` | SCRIPT LOAD | GEORADIUSBYMEMBER | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ .. _dcs-pd-200713005__section144182915424: @@ -114,19 +114,19 @@ The following lists commands disabled by DCS for Redis 3.0. +==============================================+===============================================+ | MIGRATE | SLAVEOF | +----------------------------------------------+-----------------------------------------------+ - | - | SHUTDOWN | + | ``-`` | SHUTDOWN | +----------------------------------------------+-----------------------------------------------+ - | - | LASTSAVE | + | ``-`` | LASTSAVE | +----------------------------------------------+-----------------------------------------------+ - | - | DEBUG commands | + | ``-`` | DEBUG commands | +----------------------------------------------+-----------------------------------------------+ - | - | COMMAND | + | ``-`` | COMMAND | +----------------------------------------------+-----------------------------------------------+ - | - | SAVE | + | ``-`` | SAVE | +----------------------------------------------+-----------------------------------------------+ - | - | BGSAVE | + | ``-`` | BGSAVE | +----------------------------------------------+-----------------------------------------------+ - | - | BGREWRITEAOF | + | ``-`` | BGREWRITEAOF | +----------------------------------------------+-----------------------------------------------+ .. table:: **Table 4** Redis commands disabled in Proxy Cluster Redis 3.0 instances @@ -136,29 +136,29 @@ The following lists commands disabled by DCS for Redis 3.0. +==============================================+===============================================+===========================================+===========================================================+=======================================================+=================================================+==================+ | MIGRATE | SLAVEOF | BLPOP | DISCARD | SELECT | CLUSTER | TIME | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | MOVE | SHUTDOWN | BRPOP | EXEC | - | - | SLOTSINFO | + | MOVE | SHUTDOWN | BRPOP | EXEC | ``-`` | ``-`` | SLOTSINFO | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | LASTSAVE | BRPOPLPUSH | MULTI | - | - | SLOTSDEL | + | ``-`` | LASTSAVE | BRPOPLPUSH | MULTI | ``-`` | ``-`` | SLOTSDEL | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | DEBUG commands | - | UNWATCH | - | - | SLOTSMGRTSLOT | + | ``-`` | DEBUG commands | ``-`` | UNWATCH | ``-`` | ``-`` | SLOTSMGRTSLOT | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | COMMAND | - | WATCH | - | - | SLOTSMGRTONE | + | ``-`` | COMMAND | ``-`` | WATCH | ``-`` | ``-`` | SLOTSMGRTONE | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | SAVE | - | - | - | - | SLOTSCHECK | + | ``-`` | SAVE | ``-`` | ``-`` | ``-`` | ``-`` | SLOTSCHECK | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | BGSAVE | - | - | - | - | SLOTSMGRTTAGSLOT | + | ``-`` | BGSAVE | ``-`` | ``-`` | ``-`` | ``-`` | SLOTSMGRTTAGSLOT | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | BGREWRITEAOF | - | - | - | - | SLOTSMGRTTAGONE | + | ``-`` | BGREWRITEAOF | ``-`` | ``-`` | ``-`` | ``-`` | SLOTSMGRTTAGONE | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | SYNC | - | - | - | - | - | + | ``-`` | SYNC | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | PSYNC | - | - | - | - | - | + | ``-`` | PSYNC | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | MONITOR | - | - | - | - | - | + | ``-`` | MONITOR | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | CLIENT commands | - | - | - | - | - | + | ``-`` | CLIENT commands | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | OBJECT | - | - | - | - | - | + | ``-`` | OBJECT | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ - | - | ROLE | - | - | - | - | - | + | ``-`` | ROLE | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-------------------------------------------------+------------------+ diff --git a/umn/source/service_overview/command_compatibility/redis_4.0_commands.rst b/umn/source/service_overview/command_compatibility/redis_4.0_commands.rst index a861cff..edbae5e 100644 --- a/umn/source/service_overview/command_compatibility/redis_4.0_commands.rst +++ b/umn/source/service_overview/command_compatibility/redis_4.0_commands.rst @@ -64,21 +64,21 @@ Commands Supported by DCS for Redis 4.0 +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ | SCAN | MSETNX | HLEN | RPOPLPUSH | SSCAN | ZINTERSTORE | SWAPDB | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | OBJECT | PSETEX | - | RPUSH | SPOP | ZSCAN | MEMORY | + | OBJECT | PSETEX | ``-`` | RPUSH | SPOP | ZSCAN | MEMORY | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | PEXPIRE | SET | - | RPUSHX | - | ZRANGEBYLEX | CONFIG | + | PEXPIRE | SET | ``-`` | RPUSHX | ``-`` | ZRANGEBYLEX | CONFIG | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | PEXPIREAT | SETBIT | - | LPUSH | - | ZLEXCOUNT | - | + | PEXPIREAT | SETBIT | ``-`` | LPUSH | ``-`` | ZLEXCOUNT | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETEX | - | - | - | ZREMRANGEBYSCORE | - | + | ``-`` | SETEX | ``-`` | ``-`` | ``-`` | ZREMRANGEBYSCORE | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETNX | - | - | - | ZREM | - | + | ``-`` | SETNX | ``-`` | ``-`` | ``-`` | ZREM | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETRANGE | - | - | - | - | - | + | ``-`` | SETRANGE | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | STRLEN | - | - | - | - | - | + | ``-`` | STRLEN | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | BITFIELD | - | - | - | - | - | + | ``-`` | BITFIELD | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ .. _dcs-pd-200916001__table16968255165120: @@ -94,11 +94,11 @@ Commands Supported by DCS for Redis 4.0 +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ | PFMERGE | PUBSUB | MULTI | PING | SCRIPT EXISTS | GEOPOS | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | - | PUNSUBSCRIBE | UNWATCH | QUIT | SCRIPT FLUSH | GEODIST | + | ``-`` | PUNSUBSCRIBE | UNWATCH | QUIT | SCRIPT FLUSH | GEODIST | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | - | SUBSCRIBE | WATCH | SELECT | SCRIPT KILL | GEORADIUS | + | ``-`` | SUBSCRIBE | WATCH | SELECT | SCRIPT KILL | GEORADIUS | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | - | UNSUBSCRIBE | - | - | SCRIPT LOAD | GEORADIUSBYMEMBER | + | ``-`` | UNSUBSCRIBE | ``-`` | ``-`` | SCRIPT LOAD | GEORADIUSBYMEMBER | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ .. _dcs-pd-200916001__section144182915424: @@ -115,23 +115,23 @@ The following lists commands disabled by DCS for Redis 4.0. +==============================================+===============================================+ | MIGRATE | SLAVEOF | +----------------------------------------------+-----------------------------------------------+ - | - | SHUTDOWN | + | ``-`` | SHUTDOWN | +----------------------------------------------+-----------------------------------------------+ - | - | LASTSAVE | + | ``-`` | LASTSAVE | +----------------------------------------------+-----------------------------------------------+ - | - | DEBUG commands | + | ``-`` | DEBUG commands | +----------------------------------------------+-----------------------------------------------+ - | - | COMMAND | + | ``-`` | COMMAND | +----------------------------------------------+-----------------------------------------------+ - | - | SAVE | + | ``-`` | SAVE | +----------------------------------------------+-----------------------------------------------+ - | - | BGSAVE | + | ``-`` | BGSAVE | +----------------------------------------------+-----------------------------------------------+ - | - | BGREWRITEAOF | + | ``-`` | BGREWRITEAOF | +----------------------------------------------+-----------------------------------------------+ - | - | SYNC | + | ``-`` | SYNC | +----------------------------------------------+-----------------------------------------------+ - | - | PSYNC | + | ``-`` | PSYNC | +----------------------------------------------+-----------------------------------------------+ .. table:: **Table 4** Redis commands disabled in Redis Cluster Redis 4.0 instances @@ -141,27 +141,27 @@ The following lists commands disabled by DCS for Redis 4.0. +==============================================+===============================================+=================================================+ | MIGRATE | SLAVEOF | CLUSTER MEET | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | SHUTDOWN | CLUSTER FLUSHSLOTS | + | ``-`` | SHUTDOWN | CLUSTER FLUSHSLOTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | LASTSAVE | CLUSTER ADDSLOTS | + | ``-`` | LASTSAVE | CLUSTER ADDSLOTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | DEBUG commands | CLUSTER DELSLOTS | + | ``-`` | DEBUG commands | CLUSTER DELSLOTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | COMMAND | CLUSTER SETSLOT | + | ``-`` | COMMAND | CLUSTER SETSLOT | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | SAVE | CLUSTER BUMPEPOCH | + | ``-`` | SAVE | CLUSTER BUMPEPOCH | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | BGSAVE | CLUSTER SAVECONFIG | + | ``-`` | BGSAVE | CLUSTER SAVECONFIG | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | BGREWRITEAOF | CLUSTER FORGET | + | ``-`` | BGREWRITEAOF | CLUSTER FORGET | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | SYNC | CLUSTER REPLICATE | + | ``-`` | SYNC | CLUSTER REPLICATE | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | PSYNC | CLUSTER COUNT-FAILURE-REPORTS | + | ``-`` | PSYNC | CLUSTER COUNT-FAILURE-REPORTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | - | CLUSTER FAILOVER | + | ``-`` | ``-`` | CLUSTER FAILOVER | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | - | CLUSTER SET-CONFIG-EPOCH | + | ``-`` | ``-`` | CLUSTER SET-CONFIG-EPOCH | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | - | CLUSTER RESET | + | ``-`` | ``-`` | CLUSTER RESET | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ diff --git a/umn/source/service_overview/command_compatibility/redis_5.0_commands.rst b/umn/source/service_overview/command_compatibility/redis_5.0_commands.rst index f3e2cf0..321bde2 100644 --- a/umn/source/service_overview/command_compatibility/redis_5.0_commands.rst +++ b/umn/source/service_overview/command_compatibility/redis_5.0_commands.rst @@ -62,21 +62,21 @@ Commands Supported by DCS for Redis 5.0 +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ | SCAN | MSETNX | HLEN | RPOPLPUSH | SSCAN | ZINTERSTORE | SWAPDB | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | OBJECT | PSETEX | - | RPUSH | SPOP | ZSCAN | MEMORY | + | OBJECT | PSETEX | ``-`` | RPUSH | SPOP | ZSCAN | MEMORY | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | PEXPIREAT | SET | - | RPUSHX | - | ZRANGEBYLEX | CONFIG | + | PEXPIREAT | SET | ``-`` | RPUSHX | ``-`` | ZRANGEBYLEX | CONFIG | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | PEXPIRE | SETBIT | - | LPUSH | - | ZLEXCOUNT | - | + | PEXPIRE | SETBIT | ``-`` | LPUSH | ``-`` | ZLEXCOUNT | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETEX | - | - | - | ZPOPMIN | - | + | ``-`` | SETEX | ``-`` | ``-`` | ``-`` | ZPOPMIN | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETNX | - | - | - | ZPOPMAX | - | + | ``-`` | SETNX | ``-`` | ``-`` | ``-`` | ZPOPMAX | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETRANGE | - | - | - | ZREMRANGEBYSCORE | - | + | ``-`` | SETRANGE | ``-`` | ``-`` | ``-`` | ZREMRANGEBYSCORE | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | STRLEN | - | - | - | ZREM | - | + | ``-`` | STRLEN | ``-`` | ``-`` | ``-`` | ZREM | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | BITFIELD | - | - | - | - | - | + | ``-`` | BITFIELD | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ .. _dcs-pd-200813002__table16968255165120: @@ -92,25 +92,25 @@ Commands Supported by DCS for Redis 5.0 +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ | PFMERGE | PUBSUB | MULTI | PING | SCRIPT EXISTS | GEOPOS | XCLAIM | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | PUNSUBSCRIBE | UNWATCH | QUIT | SCRIPT FLUSH | GEODIST | XDEL | + | ``-`` | PUNSUBSCRIBE | UNWATCH | QUIT | SCRIPT FLUSH | GEODIST | XDEL | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | SUBSCRIBE | WATCH | SELECT | SCRIPT KILL | GEORADIUS | XGROUP | + | ``-`` | SUBSCRIBE | WATCH | SELECT | SCRIPT KILL | GEORADIUS | XGROUP | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | UNSUBSCRIBE | - | - | SCRIPT LOAD | GEORADIUSBYMEMBER | XINFO | + | ``-`` | UNSUBSCRIBE | ``-`` | ``-`` | SCRIPT LOAD | GEORADIUSBYMEMBER | XINFO | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XLEN | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XLEN | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XPENDING | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XPENDING | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XRANGE | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XRANGE | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XREAD | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XREAD | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XREADGROUP | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XREADGROUP | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XREVRANGE | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XREVRANGE | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ - | - | - | - | - | - | - | XTRIM | + | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | ``-`` | XTRIM | +---------------------------------------------------------+------------------------------------------------+-----------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+-----------------------------------------------+ .. _dcs-pd-200813002__section144182915424: @@ -127,23 +127,23 @@ The following lists commands disabled by DCS for Redis 5.0. +==============================================+===============================================+ | MIGRATE | SLAVEOF | +----------------------------------------------+-----------------------------------------------+ - | - | SHUTDOWN | + | ``-`` | SHUTDOWN | +----------------------------------------------+-----------------------------------------------+ - | - | LASTSAVE | + | ``-`` | LASTSAVE | +----------------------------------------------+-----------------------------------------------+ - | - | DEBUG commands | + | ``-`` | DEBUG commands | +----------------------------------------------+-----------------------------------------------+ - | - | COMMAND | + | ``-`` | COMMAND | +----------------------------------------------+-----------------------------------------------+ - | - | SAVE | + | ``-`` | SAVE | +----------------------------------------------+-----------------------------------------------+ - | - | BGSAVE | + | ``-`` | BGSAVE | +----------------------------------------------+-----------------------------------------------+ - | - | BGREWRITEAOF | + | ``-`` | BGREWRITEAOF | +----------------------------------------------+-----------------------------------------------+ - | - | SYNC | + | ``-`` | SYNC | +----------------------------------------------+-----------------------------------------------+ - | - | PSYNC | + | ``-`` | PSYNC | +----------------------------------------------+-----------------------------------------------+ .. table:: **Table 4** Redis commands disabled in Redis Cluster Redis 5.0 instances @@ -153,27 +153,27 @@ The following lists commands disabled by DCS for Redis 5.0. +==============================================+===============================================+=================================================+ | MIGRATE | SLAVEOF | CLUSTER MEET | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | SHUTDOWN | CLUSTER FLUSHSLOTS | + | ``-`` | SHUTDOWN | CLUSTER FLUSHSLOTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | LASTSAVE | CLUSTER ADDSLOTS | + | ``-`` | LASTSAVE | CLUSTER ADDSLOTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | DEBUG commands | CLUSTER DELSLOTS | + | ``-`` | DEBUG commands | CLUSTER DELSLOTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | COMMAND | CLUSTER SETSLOT | + | ``-`` | COMMAND | CLUSTER SETSLOT | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | SAVE | CLUSTER BUMPEPOCH | + | ``-`` | SAVE | CLUSTER BUMPEPOCH | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | BGSAVE | CLUSTER SAVECONFIG | + | ``-`` | BGSAVE | CLUSTER SAVECONFIG | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | BGREWRITEAOF | CLUSTER FORGET | + | ``-`` | BGREWRITEAOF | CLUSTER FORGET | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | SYNC | CLUSTER REPLICATE | + | ``-`` | SYNC | CLUSTER REPLICATE | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | PSYNC | CLUSTER COUNT-FAILURE-REPORTS | + | ``-`` | PSYNC | CLUSTER COUNT-FAILURE-REPORTS | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | - | CLUSTER FAILOVER | + | ``-`` | ``-`` | CLUSTER FAILOVER | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | - | CLUSTER SET-CONFIG-EPOCH | + | ``-`` | ``-`` | CLUSTER SET-CONFIG-EPOCH | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ - | - | - | CLUSTER RESET | + | ``-`` | ``-`` | CLUSTER RESET | +----------------------------------------------+-----------------------------------------------+-------------------------------------------------+ diff --git a/umn/source/service_overview/command_compatibility/web_cli_commands.rst b/umn/source/service_overview/command_compatibility/web_cli_commands.rst index 2817ccd..cf465bb 100644 --- a/umn/source/service_overview/command_compatibility/web_cli_commands.rst +++ b/umn/source/service_overview/command_compatibility/web_cli_commands.rst @@ -52,23 +52,23 @@ The following lists the commands supported when you use Web CLI. +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ | TYPE | MSET | RPOPLPU | SUNIONSTORE | ZUNIONSTORE | SWAPDB | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | MSETNX | RPOPLPUSH | SSCAN | ZINTERSTORE | MEMORY | + | ``-`` | MSETNX | RPOPLPUSH | SSCAN | ZINTERSTORE | MEMORY | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | PSETEX | - | SPOP | ZSCAN | - | + | ``-`` | PSETEX | ``-`` | SPOP | ZSCAN | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SET | - | - | ZRANGEBYLEX | - | + | ``-`` | SET | ``-`` | ``-`` | ZRANGEBYLEX | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETBIT | - | - | ZLEXCOUNT | - | + | ``-`` | SETBIT | ``-`` | ``-`` | ZLEXCOUNT | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETEX | - | - | - | - | + | ``-`` | SETEX | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETNX | - | - | - | - | + | ``-`` | SETNX | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | SETRANGE | - | - | - | - | + | ``-`` | SETRANGE | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | STRLEN | - | - | - | - | + | ``-`` | STRLEN | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ - | - | BITFIELD | - | - | - | - | + | ``-`` | BITFIELD | ``-`` | ``-`` | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-------------------------------------------+-----------------------------------------+-------------------------------------------------------+-----------------------------------------------+ .. table:: **Table 2** Commands supported by Web CLI (2) @@ -82,27 +82,27 @@ The following lists the commands supported when you use Web CLI. +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ | HGET | PFMERGE | PING | SCRIPT EXISTS | GEOPOS | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HGETALL | - | QUIT | SCRIPT FLUSH | GEODIST | + | HGETALL | ``-`` | QUIT | SCRIPT FLUSH | GEODIST | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HINCRBY | - | - | SCRIPT KILL | GEORADIUS | + | HINCRBY | ``-`` | ``-`` | SCRIPT KILL | GEORADIUS | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HINCRBYFLOAT | - | - | SCRIPT LOAD | GEORADIUSBYMEMBER | + | HINCRBYFLOAT | ``-`` | ``-`` | SCRIPT LOAD | GEORADIUSBYMEMBER | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HKEYS | - | - | - | - | + | HKEYS | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HMGET | - | - | - | - | + | HMGET | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HMSET | - | - | - | - | + | HMSET | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HSET | - | - | - | - | + | HSET | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HSETNX | - | - | - | - | + | HSETNX | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HVALS | - | - | - | - | + | HVALS | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HSCAN | - | - | - | - | + | HSCAN | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ - | HSTRLEN | - | - | - | - | + | HSTRLEN | ``-`` | ``-`` | ``-`` | ``-`` | +-------------------------------------------+---------------------------------------------------------+-------------------------------------------------------+-----------------------------------------------------+-----------------------------------------+ Commands Disabled in Web CLI @@ -123,27 +123,27 @@ The following lists the commands disabled when you use Web CLI. +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ | RESTORE | CONFIG SET | EXEC | PUNSUBSCRIBE | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | CONFIG REWRITE | MULTI | SUBSCRIBE | + | ``-`` | CONFIG REWRITE | MULTI | SUBSCRIBE | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | CONFIG RESETSTAT | WATCH | UNSUBSCRIBE | + | ``-`` | CONFIG RESETSTAT | WATCH | UNSUBSCRIBE | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | SAVE | - | - | + | ``-`` | SAVE | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | BGSAVE | - | - | + | ``-`` | BGSAVE | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | BGREWRITEAOF | - | - | + | ``-`` | BGREWRITEAOF | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | COMMAND | - | - | + | ``-`` | COMMAND | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | KEYS | - | - | + | ``-`` | KEYS | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | MONITOR | - | - | + | ``-`` | MONITOR | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | SYNC | - | - | + | ``-`` | SYNC | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | PSYNC | - | - | + | ``-`` | PSYNC | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ - | - | ACL | - | - | + | ``-`` | ACL | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+------------------------------------------------+ .. table:: **Table 4** Redis commands disabled in Web CLI for single-node and master/standby instances (2) @@ -153,13 +153,13 @@ The following lists the commands disabled when you use Web CLI. +===========================================+=======================================================+=======================================================+ | BLPOP | SELECT | BZPOPMAX | +-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | BRPOP | - | BZPOPMIN | + | BRPOP | ``-`` | BZPOPMIN | +-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | BLMOVE | - | BZMPOP | + | BLMOVE | ``-`` | BZMPOP | +-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | BRPOPLPUSH | - | - | + | BRPOPLPUSH | ``-`` | ``-`` | +-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | BLMPOP | - | - | + | BLMPOP | ``-`` | ``-`` | +-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ .. table:: **Table 5** Redis commands disabled in Web CLI for Redis Cluster instances (1) @@ -175,27 +175,27 @@ The following lists the commands disabled when you use Web CLI. +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ | RESTORE | CONFIG SET | EXEC | CLUSTER DELSLOTS | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | CONFIG REWRITE | MULTI | CLUSTER SETSLOT | + | ``-`` | CONFIG REWRITE | MULTI | CLUSTER SETSLOT | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | CONFIG RESETSTAT | WATCH | CLUSTER BUMPEPOCH | + | ``-`` | CONFIG RESETSTAT | WATCH | CLUSTER BUMPEPOCH | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | SAVE | - | CLUSTER SAVECONFIG | + | ``-`` | SAVE | ``-`` | CLUSTER SAVECONFIG | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | BGSAVE | - | CLUSTER FORGET | + | ``-`` | BGSAVE | ``-`` | CLUSTER FORGET | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | BGREWRITEAOF | - | CLUSTER REPLICATE | + | ``-`` | BGREWRITEAOF | ``-`` | CLUSTER REPLICATE | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | COMMAND | - | CLUSTER COUNT-FAILURE-REPORTS | + | ``-`` | COMMAND | ``-`` | CLUSTER COUNT-FAILURE-REPORTS | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | KEYS | - | CLUSTER FAILOVER | + | ``-`` | KEYS | ``-`` | CLUSTER FAILOVER | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | MONITOR | - | CLUSTER SET-CONFIG-EPOCH | + | ``-`` | MONITOR | ``-`` | CLUSTER SET-CONFIG-EPOCH | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | SYNC | - | CLUSTER RESET | + | ``-`` | SYNC | ``-`` | CLUSTER RESET | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | PSYNC | - | - | + | ``-`` | PSYNC | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ - | - | ACL | - | - | + | ``-`` | ACL | ``-`` | ``-`` | +----------------------------------------------+-----------------------------------------------+-----------------------------------------------------------+-------------------------------------------------+ .. table:: **Table 6** Redis commands disabled in Web CLI for Redis Cluster instances (2) @@ -205,13 +205,13 @@ The following lists the commands disabled when you use Web CLI. +================================================+===========================================+=======================================================+=======================================================+ | PSUBSCRIBE | BLPOP | SELECT | BZPOPMAX | +------------------------------------------------+-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | PUBLISH | BRPOP | - | BZPOPMIN | + | PUBLISH | BRPOP | ``-`` | BZPOPMIN | +------------------------------------------------+-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | PUBSUB | BLMOVE | - | BZMPOP | + | PUBSUB | BLMOVE | ``-`` | BZMPOP | +------------------------------------------------+-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | PUNSUBSCRIBE | BRPOPLPUSH | - | - | + | PUNSUBSCRIBE | BRPOPLPUSH | ``-`` | ``-`` | +------------------------------------------------+-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | SUBSCRIBE | BLMPOP | - | - | + | SUBSCRIBE | BLMPOP | ``-`` | ``-`` | +------------------------------------------------+-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ - | UNSUBSCRIBE | - | - | - | + | UNSUBSCRIBE | ``-`` | ``-`` | ``-`` | +------------------------------------------------+-------------------------------------------+-------------------------------------------------------+-------------------------------------------------------+ diff --git a/umn/source/service_overview/comparing_dcs_and_open-source_cache_services.rst b/umn/source/service_overview/comparing_dcs_and_open-source_cache_services.rst index 4040daf..08b1ece 100644 --- a/umn/source/service_overview/comparing_dcs_and_open-source_cache_services.rst +++ b/umn/source/service_overview/comparing_dcs_and_open-source_cache_services.rst @@ -20,12 +20,12 @@ DCS for Redis vs. Open-Source Redis | Service deployment | Requires 0.5 to 2 days to prepare servers. | - Creates a Redis 3.0 instance in 5 to 15 minutes. | | | | - Creates a containerized Redis 4.0 or 5.0 instance within 8 seconds. | +------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Version | - | Deeply engaged in the open-source community and supports the latest Redis version. Currently, Redis 3.0, 4.0, and 5.0 are supported. | + | Version | ``-`` | Deeply engaged in the open-source community and supports the latest Redis version. Currently, Redis 3.0, 4.0, and 5.0 are supported. | +------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Security | Network and server safety is the user's responsibility. | - Network security is ensured using VPCs and security groups. | | | | - Data reliability is ensured by data replication and scheduled backup. | +------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Performance | - | 100,000 QPS per node | + | Performance | ``-`` | 100,000 QPS per node | +------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Monitoring | Provides only basic statistics. | Provides more than 30 monitoring metrics and customizable alarm threshold and policies. | | | | |