pub fn redis_get(key: &str) -> KnowledgeResult<Option<String>>Expand description
Get the value of a key.
Returns None when the key does not exist.
pub fn redis_get(key: &str) -> KnowledgeResult<Option<String>>Get the value of a key.
Returns None when the key does not exist.