Struct redis_module::key::RedisKey [−][src]
pub struct RedisKey { /* fields omitted */ }
Implementations
pub fn hash_get_multi<'a, A, B>(
&self,
fields: &'a [A]
) -> Result<Option<HMGetResult<'a, A, B>>, RedisError> where
A: Into<Vec<u8>> + Clone,
RedisString: Into<B>,
[src]
pub fn hash_get_multi<'a, A, B>(
&self,
fields: &'a [A]
) -> Result<Option<HMGetResult<'a, A, B>>, RedisError> where
A: Into<Vec<u8>> + Clone,
RedisString: Into<B>,
[src]Returns the values associated with the specified fields in the hash stored at this key.
The result will be None
if the key does not exist.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RedisKey
impl UnwindSafe for RedisKey