Struct ntex_redis::cmd::commands::HSetCommand
source · pub struct HSetCommand(_);
Implementations§
source§impl HSetCommand
impl HSetCommand
sourcepub fn entry<K, V>(self, field: K, value: V) -> Selfwhere
BulkString: From<K> + From<V>,
pub fn entry<K, V>(self, field: K, value: V) -> Selfwhere
BulkString: From<K> + From<V>,
Insert new entry to a redis hashmap
sourcepub fn add_entry<K, V>(&mut self, field: K, value: V)where
BulkString: From<K> + From<V>,
pub fn add_entry<K, V>(&mut self, field: K, value: V)where
BulkString: From<K> + From<V>,
Insert new entry to a redis hashmap