Function redis_swapplex::set
source · pub fn set<K: Into<Vec<u8>>, V: Into<Vec<u8>>>(key: K, value: V)Expand description
Set the value of a key using auto-batched MSET commands. This runs in the background with Redis errors ignored.
Panics
Panics if called from outside of the Tokio runtime.