Derive Macros§
- From
Redis Value - Derive macro for the redis crate’s
FromRedisValue
trait to allow parsing Redis responses to this type. - ToRedis
Args - 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.