Struct ntex_redis::cmd::commands::HDelCommand
source · pub struct HDelCommand(_);
Implementations§
source§impl HDelCommand
impl HDelCommand
sourcepub fn remove<K>(self, field: K) -> Selfwhere
BulkString: From<K>,
pub fn remove<K>(self, field: K) -> Selfwhere
BulkString: From<K>,
Remove field
sourcepub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Selfwhere
BulkString: From<T>,
pub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Selfwhere
BulkString: From<T>,
Add more fields to remove