Crate mod_redis

source ·

Modules§

Structs§

Enums§

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 a String or an integer.

Functions§