lizhichao / bloom

Bloon filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis has a bloom filter

codewinch opened this issue · comments

Kudos on a simple and easy to read bloom filter! However, Redis already has RedisBloom:

https://redis.io/docs/stack/bloom/

How to install:

https://redis.io/docs/stack/bloom/quick_start/

You can use go-redis to connect to it directly.

commented

good idea