Derive Macro ToRedisArgs

Source
#[derive(ToRedisArgs)]
{
    // Attributes available to this derive:
    #[to_redis_args]
}
Expand description

Can be derived by structs or enums in order to allow conversion to redis args.