Modules§
Structs§
- Represents redis commands.
- Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.
- Represents a lua script.
- Represents a prepared script call.
Enums§
- Internal low-level redis value enum.
Traits§
- This trait is used to convert a redis value into a more appropriate type. While a redis
Value
can represent any response that comes back from the redis server, usually you want to map this into something that works better in rust. For instance you might want to convert the return value into aString
or an integer.
Functions§
- Shortcut function to creating a command with a single argument.