Derive Macro FromRedisValue

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

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