@redis/bloom
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
Last updated 10 months ago by dmaier-redislabs .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @redis/bloom 
SYNC missed versions from official npm registry.

@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.

Current Tags

  • 5.9.0-beta.3                                ...           beta (6 months ago)
  • 5.11.0                                ...           latest (2 months ago)
  • 5.0.0-next.7                                ...           next (a year ago)

29 Versions

  • 5.11.0                                ...           2 months ago
  • 5.10.0                                ...           5 months ago
  • 5.9.0                                ...           6 months ago
  • 5.9.0-beta.3                                ...           6 months ago
  • 5.8.3                                ...           6 months ago
  • 5.9.0-beta.2                                ...           6 months ago
  • 5.9.0-beta.1                                ...           7 months ago
  • 5.9.0-beta.0                                ...           7 months ago
  • 5.8.2                                ...           8 months ago
  • 5.8.1                                ...           8 months ago
  • 5.8.0                                ...           8 months ago
  • 5.7.0                                ...           8 months ago
  • 5.6.1                                ...           9 months ago
  • 5.6.0                                ...           9 months ago
  • 5.5.6                                ...           10 months ago
  • 5.5.5                                ...           10 months ago
  • 5.1.1                                ...           10 months ago
  • 5.1.0                                ...           a year ago
  • 5.0.1                                ...           a year ago
  • 5.0.0                                ...           a year ago
  • 5.0.0-next.7                                ...           a year ago
  • 5.0.0-next.6                                ...           a year ago
  • 5.0.0-next.5                                ...           a year ago
  • 2.0.0-next.3                                ...           2 years ago
  • 2.0.0-next.2                                ...           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
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |