Skip to main content

redis_set_exists

Function redis_set_exists 

Source
pub fn redis_set_exists(key: &str, member: &str) -> KnowledgeResult<bool>
Expand description

Check whether a member exists in a set.