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

Data Structure

A collection of 5 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 Bloom Filters: Efficient Set Membership Testing
Redis

Redis Bloom Filters: Efficient Set Membership Testing

Redis Bloom filters are a powerful tool for optimizing set membership operations. With a controlled probability of false positives, they enhance the performance of Redis-based applications. Learn how to use them effectively.
Apr 21, 2024 3 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.EXISTS
Redis

Redis command: BF.EXISTS

Learn how to efficiently check membership in Redis using the BF.EXISTS command with Bloom Filters. Save time and resources with this powerful feature.
Apr 18, 2024 2 min read
Go by Example: Maps
Go

Go by Example: Maps

Maps in Go are a powerful data structure that allow you to associate values with keys. This tutorial covers how to define, initialize, manipulate, and iterate over maps in Go. Learn how to make the most of this versatile tool for key-based lookup operations.
Oct 31, 2023 4 min read
Page 1 of 1
NIM © 2025
Powered by Ghost