pub async fn set<K: IntoBytes, V: IntoBytes>( key: K, value: V, ) -> Result<(), ErrorKind>
Set the value of a key using auto-batched MSET commands