Redis Bitmaps Explained



Redis Bitmaps Explained

Redis Bitmaps Explained

Redis Bitmaps allow you to encode immense amounts of boolean data within a small amount of space. In this explainer, we’ll explore the common Bitmap commands SETBIT, GETBIT, and BITCOUNT. We’ll also show you how to use Redis Bitmaps to efficiently implement a map exploration system in an online game!

Links:
Redis University → https://university.redis.com/
Redis Labs → https://www.redis.com/
Redis.io Bitmaps Introduction → https://redis.io/topics/data-types-intro#bitmaps
Need a Redis cluster now? Sign up for a free Redis Cloud Essentials account → https://bit.ly/2wasiCa

Join our discord server → https://discord.gg/redis

Comments are closed.