resp_commands library
Classes
- ClientType
- Type of a Redis client.
- ExpireMode
- The mode how to handle expiration.
- InsertMode
- Where to insert a value.
- RespCommandsTier0
- The most basic form of a RESP command.
- RespCommandsTier1
- Commands of tier 1 always return a RespType. It is up to the consumer to convert the result correctly into the concrete subtype.
- RespCommandsTier2
- Easy to use API for the Redis commands.
- ScanResult
- The result of a scan operation.
- SetResult
- Result of a set operation.
Enums
- SetMode
- The mode when to set a value for a key.