instance id:password
. For example, if your instance ID is crs-bkuza6i3 and the password is abcd1234, the connection command is redis-cli -h IP address -p port -a crs-bkuza6i3:abcd1234.pttl
in CKV Edition is second, which is different from Redis Community Edition.subscribe
/psubscribe
takes up a certain amount of memory, which affects the addition of a new subscription, but does not affect the publish of the subscribed channel.connection Group | geo Group | hashes Group | hyperloglog Group | keys Group | lists Group | pub/sub Group |
auth | geoadd | hdel | pfadd | del | lindex | psubscribe |
echo | geohash | hexists | pfcount | exists | linsert | pubsub |
ping | geopos | hget | pfmerge | expire | llen | publish time |
quit | geodist | hgetall | - | expireat | lpop | punsubscribe |
select | georadius | hincrby | - | type | lpush | subscribe |
- | georadiusbymember | hincrbyfloat | - | ttl | lpushx | unsubscribe |
- | - | hkeys | - | persist | lrange | - |
- | - | hlen | - | pexpire | lrem | - |
- | - | hmget | - | pexpireat | lset | - |
- | - | hmset | - | pttl | ltrim | - |
- | - | hset | - | rename | rpop | - |
- | - | hsetnx | - | renamenx | rpoplpush | - |
- | - | hstrlen | - | sort | rpush | - |
- | - | hvals | - | - | rpushx | - |
- | - | hscan | - | - | - | - |
sets Group | sorted sets Group | strings Group | transactions Group | server Group |
sadd | zadd | append | discard | command |
scard | zcard | bitcount | exec | dbsize |
sdiff | zcount | bitop | multi | - |
sdiffstore | zincrby | bitpos | unwatch | - |
sinter | zinterstore | decr | watch | - |
sinterstore | zlexcount | decrby | - | - |
sismember | zrange | get | - | - |
smembers | zrangebylex | getbit | - | - |
smove | zrangebyscore | getrange | - | - |
spop | zrank | getset | - | - |
srandmember | zrem | incr | - | - |
srem | zremrangebylex | incrby | - | - |
sscan | zremrangebyrank | incrbyfloat | - | - |
sunion | zremrangebyscore | mget | - | - |
sunionstore | zrevrange | mset | - | - |
- | zrevrangebylex | msetnx | - | - |
- | zrevrangebyscore | psetex | - | - |
- | zrevrank | set | - | - |
- | zscan | setbit | - | - |
- | zscore | setex | - | - |
- | zunionstore | setnx | - | - |
- | - | setrange | - | - |
- | - | strlen | - | - |
cluster Group | connection Group | keys Group | lists Group | scripting Group | server Group | strings Group |
cluster addslots | swapdb | touch | blpop | eval | bgrewriteaof | bitfield |
cluster count-failure-reports | - | restore | brpop | evalsha | bgsave | - |
cluster delslots | - | object | brpoplpush | script debug | client kill | - |
cluster failover | - | unlink | - | script exists | client list | - |
cluster forget | - | wait | - | script flush | client getname | - |
cluster meet | - | migrate | - | script kill | client pause | - |
cluster replicate | - | dump | - | script load | client reply | - |
cluster reset | - | scan | - | - | client setname | - |
cluster saveconfig | - | keys | - | - | command count | - |
cluster set-config-epoch | - | move | - | - | command getkeys | - |
cluster setslot | - | randomkey | - | - | command info | - |
cluster slaves | - | - | - | - | config get | - |
readonly | - | - | - | - | config rewrite | - |
readwrite | - | - | - | - | config set | - |
- | - | - | - | - | config resetstat | - |
- | - | - | - | - | debug object | - |
- | - | - | - | - | debug segfault | - |
- | - | - | - | - | flushall | - |
- | - | - | - | - | flushdb | - |
- | - | - | - | - | lastsave | - |
- | - | - | - | - | monitor | - |
- | - | - | - | - | role | - |
- | - | - | - | - | save | - |
- | - | - | - | - | shutdown | - |
- | - | - | - | - | slaveof | - |
- | - | - | - | - | slowlog | - |
- | - | - | - | - | sync | - |
- | - | - | - | - | info | - |
Was this page helpful?