Function redis_swapplex::set

source ·
pub async fn set<K: IntoBytes, V: IntoBytes>(
    key: K,
    value: V
) -> Result<(), ErrorKind>
Expand description

Set the value of a key using auto-batched MSET commands