Module cmd

Source
Expand description

Redis commands

Modules§

commands
Command implementations

Enums§

TtlResult

Traits§

Command
Trait implemented by types that can be used as redis commands

Functions§

Auth
AUTH redis command
Del
DEL redis command
Exists
EXISTS redis command
Expire
EXPIRE redis command
ExpireAt
EXPIREAT redis command
Get
GET redis command
HDel
HDEL redis command
HGet
HGET redis command
HGetAll
HGETALL redis command
HIncrBy
HINCRBY redis command
HLen
HLEN redis command
HSet
HSET redis command
IncrBy
INCRBY redis command
LIndex
LINDEX redis command
LPop
LPOP redis command
LPush
LPUSH redis command
Ping
PING redis command
RPop
RPOP redis command
RPush
RPUSH redis command
Select
SELECT redis command
Set
SET redis command
Ttl
TTL redis command