Expand description
Redis commands
Modules§
- commands
- Command implementations
Enums§
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
- Expire
At - 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
- Keys
- KEYS redis command
- LIndex
- LINDEX redis command
- LPop
- LPOP redis command
- LPush
- LPUSH redis command
- PSubscribe
- PSUBSCRIBE redis command
- PUnSubscribe
- PUNSUBSCRIBE redis command
- Ping
- PING redis command
- Publish
- PUBLISH redis command
- RPop
- RPOP redis command
- RPush
- RPUSH redis command
- Reset
- RESET redis command This command performs a full reset of the connection’s server-side context, mimicking the effect of disconnecting and reconnecting again.
- SPublish
- SPUBLISH redis command
- SSubscribe
- SSUBSCRIBE redis command
- SUnSubscribe
- SUNSUBSCRIBE redis command
- Select
- SELECT redis command
- Set
- SET redis command
- Subscribe
- SUBSCRIBE redis command
- Ttl
- TTL redis command
- UnSubscribe
- UNSUBSCRIBE redis command