Skip to main content

redis_hget

Function redis_hget 

Source
pub fn redis_hget(key: &str, field: &str) -> KnowledgeResult<Option<String>>
Expand description

Get the value of a hash field.

Returns None when the key or field does not exist.