Derive Macros
- Derive macro for the redis crate’s
FromRedisValue
trait to allow parsing Redis responses to this type. - Derive macro for the redis crate’s
ToRedisArgs
trait to allow passing the type to Redis commands.
FromRedisValue
trait to allow parsing Redis responses to this type.ToRedisArgs
trait to allow passing the type to Redis commands.