Redis 指令参考文档 🚧Redis Commands Reference
APPEND
append
DECR
decrement
DECRBY
decrement by
GET
get
GETRANGE
get range
GETSET
get and set
INCR
increment
INCRBY
increment by
INCRBYFLOAT
increment by float
MGET
multiple get
MSET
multiple set
PSETEX
precisely set with expiration
SET
set
SETEX
set with expiration
SETNX
set if not exists
STRLEN
string length
广告