Baqend / Orestes-Bloomfilter

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Other
839 stars 245 forks source link

how to remove a bloomfilter instance in a redis cluster #47

Open itismewxg opened 7 years ago

itismewxg commented 7 years ago

if I build several bloomfilter instances in a redis cluster with different filtername, how can i remove/flush one of the bloomfilter instance?

Ram81 commented 5 years ago

Let's say you have a instance named bf pointing to your bloom filter test-filter you can use bf.remove() to remove the bloom filter instance from redis.