NIM
  • Golang
  • Redis
  • Apache Kafka
  • Docker
  • gRPC
  • RabbitMQ
  • Angular
Sign in Subscribe

Bloom Filter

A collection of 3 posts
Redis command: BF.INSERT
Redis

Redis command: BF.INSERT

Redis's BF.INSERT command adds items to a Bloom Filter, a space-efficient data structure for set membership testing. Learn how to use it and the advantages of Bloom Filters in Redis.
Apr 22, 2024 2 min read
Redis command: BF.INFO
Redis

Redis command: BF.INFO

"Bloom Filter is a probabilistic data structure in Redis that efficiently determines set membership. BF.INFO provides valuable information about its status, configuration, and usage."
Apr 21, 2024 2 min read
Redis command: BF.ADD
Redis

Redis command: BF.ADD

Learn how to use the BF.ADD command in Redis to efficiently add items to a Bloom Filter, a probabilistic data structure for membership testing. Improve memory efficiency and handle large datasets with Redis Bloom Filters.
Apr 12, 2024 3 min read
Page 1 of 1
NIM © 2025
Powered by Ghost