Skip to main content

redis_bf_exists

Function redis_bf_exists 

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

Check whether an item exists in a Bloom filter.

Returns true if the item may exist, false if it definitely does not. Requires the RedisBloom module.