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:
=
安装:
=
Runtime 依赖 (1):
redis
>= 4.0.1, ~> 4.0