Skip to content

Latest commit

 

History

History
283 lines (253 loc) · 6.14 KB

supported_operations.md

File metadata and controls

283 lines (253 loc) · 6.14 KB

Supported operations:

Administration

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

Bitmaps

❌ bitcount
❌ bitfield
❌ bitfield_ro
❌ bitop
❌ bitpos
✔️ getbit
✔️ setbit

Connection

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

Geo

❌ geoadd
❌ geodist
❌ geohash
❌ geopos
❌ georadius
❌ georadius_ro
❌ georadiusbymember
❌ georadiusbymember_ro
❌ geosearch
❌ geosearchstore

Hashes

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

HyperLogLog

✔️ pfadd
✔️ pfcount
✔️ pfmerge

Keys

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

Lists

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

Pub/Sub

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

Scripting

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

Sets

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

Sorted Sets

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

Streams

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

Strings

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

Transactions

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