35
Total Commands
100%
Free Access
⚡
Lightning Fast
Available Commands
Click on any command to copy it instantly
35 commands available
35 of 35
Resources
Master Redis
Become proficient in key-value store
SET key value
string
basic
GET key
string
basic
INCR key
string
counter
HSET key field value
hash
data-structure
HGET key field
hash
data-structure
HGETALL key
hash
data-structure
LPUSH key element
list
data-structure
RPUSH key element
list
data-structure
LRANGE key start stop
list
data-structure
SADD key member
set
data-structure
SMEMBERS key
set
data-structure
SINTER key1 key2
set
data-structure
ZADD key score member
sorted-set
data-structure
ZRANGE key start stop
sorted-set
data-structure
EXPIRE key seconds
expiration
management
TTL key
expiration
management
PUBLISH channel message
pubsub
messaging
SUBSCRIBE channel
pubsub
messaging
MULTI
transaction
atomic
EXEC
transaction
atomic
FLUSHALL
management
dangerous
INFO
management
monitoring
CONFIG GET parameter
management
configuration
SAVE
persistence
backup
BGSAVE
persistence
backup
GEOADD key longitude latitude member
geospatial
advanced
GEODIST key member1 member2
geospatial
advanced
PFADD key element
hyperloglog
probabilistic
PFCOUNT key
hyperloglog
probabilistic
XADD key ID field value
stream
messaging
XREAD COUNT n STREAMS key ID
stream
messaging
CLUSTER INFO
cluster
management
CLUSTER NODES
cluster
management
AUTH password
security
authentication
ACL ...
security
acl
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!