Skip to main content

redis_bf_add

Function redis_bf_add 

Source
pub fn redis_bf_add(key: &str, items: &[&str]) -> KnowledgeResult<Vec<bool>>
Expand description

Add items to a Bloom filter.

Returns a Vec<bool> indicating whether each item was new to the filter. Requires the RedisBloom module.