pub fn redis_bf_add(key: &str, items: &[&str]) -> KnowledgeResult<Vec<bool>>
Add items to a Bloom filter.
Returns a Vec<bool> indicating whether each item was new to the filter. Requires the RedisBloom module.
Vec<bool>