Trait redis_driver::GenericCommands
source · [−]pub trait GenericCommands {
fn del<'life0, 'async_trait, K>(
&'life0 self,
keys: K
) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + 'async_trait>>
where
K: IntoArgs + Send,
K: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait;
}