Expand description
Command builders for Redis operations
This module provides type-safe command builders for Redis commands.
Structs§
- Decr
ByCommand - DECRBY command builder
- Decr
Command - DECR command builder
- DelCommand
- DEL command builder
- Exists
Command - EXISTS command builder
- Expire
Command - EXPIRE command builder
- GetCommand
- GET command builder
- Incr
ByCommand - INCRBY command builder
- Incr
Command - INCR command builder
- SetCommand
- SET command builder
- TtlCommand
- TTL command builder
Traits§
- Command
- Trait for commands that can be executed