5.5.6 • Published 5 months ago
@redis/bloom v5.5.6
@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:
- Bloom Filter: for checking set membership with a high degree of certainty.
- Cuckoo Filter: for checking set membership with a high degree of certainty.
- T-Digest: for estimating the quantiles of a stream of data.
- Top-K: Maintain a list of k most frequently seen items.
- Count-Min Sketch: Determine the frequency of events in a stream.
For some examples, see bloom-filter.js, cuckoo-filter.js, count-min-sketch.js and topk.js in the examples folder.
5.1.1
6 months ago
5.1.0
6 months ago
5.0.1
6 months ago
5.0.0
6 months ago
5.0.0-next.6
9 months ago
5.0.0-next.7
8 months ago
5.5.6
5 months ago
5.5.5
5 months ago
5.0.0-next.5
1 year ago
2.0.0-next.2
2 years ago
2.0.0-next.3
2 years ago
2.0.0-next.1
2 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.2
4 years ago