Skip to content

Latest commit

 

History

History
122 lines (92 loc) · 15.9 KB

supported_operations.md

File metadata and controls

122 lines (92 loc) · 15.9 KB

Supported operations:

Administration

acl ✔️ cluster lastsave pfdebug replicaof slaveof
bgrewriteaof config latency pfselftest role slowlog
bgsave debug module psync save sync
✔️ client failover monitor replconf shutdown

Bitmaps

bitcount bitfield bitfield_ro bitop bitpos ✔️ getbit ✔️ setbit

Connection

asking ✔️ echo ✔️ ping readonly reset wait
✔️ auth ✔️ hello ✔️ quit readwrite ✔️ select waitaof
command

Geo

geoadd geohash georadius georadiusbymember geosearch
geodist geopos georadius_ro georadiusbymember_ro geosearchstore

Hashes

✔️ hdel ✔️ hgetall ✔️ hkeys ✔️ hmset ✔️ hset ✔️ hstrlen
✔️ hexists ✔️ hincrby ✔️ hlen hrandfield ✔️ hsetnx ✔️ hvals
✔️ hget ✔️ hincrbyfloat ✔️ hmget ✔️ hscan

HyperLogLog

✔️ pfadd ✔️ pfcount ✔️ pfmerge

Keys

✔️ copy ✔️ expireat ✔️ move ✔️ pttl ✔️ scan
✔️ dbsize ✔️ expiretime object randomkey swapdb
✔️ del ✔️ flushall ✔️ persist ✔️ rename touch
dump ✔️ flushdb ✔️ pexpire renamenx ✔️ ttl
✔️ exists ✔️ keys ✔️ pexpireat restore ✔️ type
✔️ expire migrate ✔️ pexpiretime restore-asking ✔️ unlink

Lists

blmove ✔️ brpoplpush lmove ✔️ lpush ✔️ lset ✔️ rpush
blmpop ✔️ lindex lmpop ✔️ lpushx ✔️ ltrim ✔️ rpushx
✔️ blpop ✔️ linsert ✔️ lpop ✔️ lrange ✔️ rpop ✔️ sort
✔️ brpop ✔️ llen ✔️ lpos ✔️ lrem ✔️ rpoplpush sort_ro

Pub/Sub

✔️ psubscribe ✔️ pubsub spublish ✔️ subscribe sunsubscribe ✔️ unsubscribe
✔️ publish ✔️ punsubscribe ssubscribe

Scripting

✔️ eval ✔️ evalsha fcall fcall_ro function ✔️ script
eval_ro evalsha_ro

Sets

✔️ sadd ✔️ sdiffstore ✔️ sinterstore ✔️ smismember ✔️ srandmember ✔️ sunion
✔️ scard ✔️ sinter ✔️ sismember ✔️ smove ✔️ srem ✔️ sunionstore
✔️ sdiff sintercard ✔️ smembers ✔️ spop ✔️ sscan

Sorted Sets

✔️ bzmpop ✔️ zdiffstore ✔️ zmscore ✔️ zrangestore ✔️ zrevrangebylex
✔️ bzpopmax ✔️ zincrby ✔️ zpopmax ✔️ zrank ✔️ zrevrangebyscore
✔️ bzpopmin ✔️ zinter ✔️ zpopmin ✔️ zrem ✔️ zrevrank
✔️ zadd ✔️ zintercard zrandmember ✔️ zremrangebylex ✔️ zscan
✔️ zcard ✔️ zinterstore ✔️ zrange ✔️ zremrangebyrank ✔️ zscore
✔️ zcount ✔️ zlexcount ✔️ zrangebylex ✔️ zremrangebyscore ✔️ zunion
✔️ zdiff ✔️ zmpop ✔️ zrangebyscore ✔️ zrevrange ✔️ zunionstore

Streams

xack xclaim xinfo ✔️ xrange ✔️ xrevrange
✔️ xadd ✔️ xdel ✔️ xlen ✔️ xread xsetid
xautoclaim xgroup xpending xreadgroup ✔️ xtrim

Strings

✔️ append ✔️ getdel ✔️ incr ✔️ mget ✔️ set ✔️ setrange
✔️ decr getex ✔️ incrby ✔️ mset ✔️ setex ✔️ strlen
✔️ decrby getrange ✔️ incrbyfloat ✔️ msetnx ✔️ setnx substr
✔️ get ✔️ getset lcs ✔️ psetex

Transactions

✔️ discard ✔️ exec ✔️ multi ✔️ unwatch ✔️ watch