redis-bloomfilter 1.0.1
Adds Redis::Bloomfilter class which can be used as ditributed bloom filter implementation on Redis. A Bloom filter is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.
Gemfile:
=
install:
=
Runtime Dependencies (1):
redis
>= 4.0.1, ~> 4.0