pub fn redis_hget(key: &str, field: &str) -> KnowledgeResult<Option<String>>
Get the value of a hash field.
Returns None when the key or field does not exist.
None