Ross ROSS = Recommend OSS · open-source software intelligence for agents

RedisBloom/RedisBloom

Probabilistic Datatypes Module for Redis observed · 2026-08-28

github.com/RedisBloom/RedisBloom · homepage · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 3359
  • days_rel: 16
  • days_push: 8
  • n_releases_24m: 24

Full methodology

Adoption not part of the score

1784 stars · 268 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

RedisBloom is a Redis module written in C that adds probabilistic data structures—Bloom filters, Cuckoo filters, Count-min sketch, Top-K, and t-digest—to Redis. It enables memory-efficient approximate queries over streaming data with a tunable accuracy-versus-memory trade-off. As of Redis 8, its functionality is merged into core Redis and standalone releases have stopped.

Use cases

  • check if a value has already appeared in a stream without storing all elements
  • count approximate frequencies of events with a count-min sketch
  • find the top-k most frequent items in a data stream
  • compute percentiles and quantiles over streaming data with t-digest
  • reduce memory usage for set membership checks at scale
  • deduplicate URLs or user IDs in a high-throughput pipeline

When to choose

  • you need memory-efficient approximate membership or frequency queries over large streams
  • you are running Redis 7 or earlier and need probabilistic data structures as a module
  • you can tolerate a small false-positive rate in exchange for large memory savings

When to avoid

  • you run Redis 8 or later, where these data structures are built in and no module install is needed
  • you require exact counts or exact set membership with zero false positives
  • you need a 32-bit system, which is not supported

Facets

library · maturity maintenance

caching database search-engine data-science databases big-data analytics developer-tools self-hosted cross-platform bloom-filter cuckoo-filter count-min-sketch top-k t-digest probabilistic-data-structures redis-module streaming-data linux macos docker

2 sources

Member repositories

RepositoryRoleHealth v2
RedisBloom/RedisBloommain99

For agents

markdown · JSON · MCP: product_card(name="RedisBloom/RedisBloom")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem