Expand description
§types
Defines the various types and aliases used or exposed by the simple_redis library.
Structs§
- Interrupts
- Enable to modify blocking operations.
Enums§
- Redis
Error - Holds the error information
Traits§
- Redis
Arg - Defines a redis command argument
Type Aliases§
- Message
- PubSub message
- Redis
Bool Result - Holds bool result or error
- Redis
Empty Result - Holds empty result or error
- Redis
Result - Redis result which either holds a value or a Redis error
- Redis
String Result - Holds string result or error