pub fn redis_set_exists(key: &str, member: &str) -> KnowledgeResult<bool>
Check whether a member exists in a set.