Crate redis_macros_derive

Source

Derive Macros§

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