Derive Macro redis_macros::ToRedisArgs

source ·
#[derive(ToRedisArgs)]
{
    // Attributes available to this derive:
    #[redis_serializer]
}
Expand description

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

For more information see the redis_macros_derive crate: ToRedisArgs