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