Skip to main content

redis_get

Function redis_get 

Source
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.