Redis Probabilistic Data Structures API

Redis provides native probabilistic data structure commands through the Redis Stack (RedisBloom module), offering server-side implementations of Bloom Filter, Cuckoo Filter, Count-Min Sketch, Top-K, and HyperLogLog. These are accessible via the Redis command interface and all official Redis client libraries, enabling high-throughput approximate data processing without external dependencies.

API entry from apis.yml

apis.yml Raw ↑
aid: sketches:redis-probabilistic-api
name: Redis Probabilistic Data Structures API
description: Redis provides native probabilistic data structure commands through the Redis Stack (RedisBloom
  module), offering server-side implementations of Bloom Filter, Cuckoo Filter, Count-Min Sketch, Top-K,
  and HyperLogLog. These are accessible via the Redis command interface and all official Redis client
  libraries, enabling high-throughput approximate data processing without external dependencies.
humanURL: https://redis.io/docs/data-types/probabilistic/
baseURL: https://redis.io
tags:
- Redis
- Probabilistic Data Structures
- Real-Time
- In-Memory
properties:
- url: https://redis.io/docs/data-types/probabilistic/
  type: Documentation
- url: https://redis.io
  type: Website