$ cnpm install @redis/bloom
This package provides support for the RedisBloom module, which adds additional probabilistic data structures to Redis.
Should be used with redis/@redis/client.
:warning: To use these extra commands, your Redis server must have the RedisBloom module installed.
RedisBloom provides the following probabilistic data structures:
For some examples, see bloom-filter.js, cuckoo-filter.js, count-min-sketch.js and topk.js in the examples folder.
Copyright 2013 - present © cnpmjs.org | Home |