From 347af66b1fe9ba938e6e3d4fa6ad64137a40dd39 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Mon, 3 Jul 2023 12:37:53 +0100 Subject: [PATCH] Fixed typo in bitmaps page (#2452) Fixed erroneous reference to "server" that should be "sensor". --- docs/data-types/bitmaps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-types/bitmaps.md b/docs/data-types/bitmaps.md index d1d4440644..b05f63aeb1 100644 --- a/docs/data-types/bitmaps.md +++ b/docs/data-types/bitmaps.md @@ -32,7 +32,7 @@ You can represent this scenario using a bitmap whose key references the current 1 ``` -* What about server 456? +* What about sensor 456? ``` > GETBIT pings:2024-01-01-00:00 456 0 @@ -54,4 +54,4 @@ See the [complete list of bitmap commands](https://redis.io/commands/?group=bitm ## Learn more * [Redis Bitmaps Explained](https://www.youtube.com/watch?v=oj8LdJQjhJo) teaches you how to use bitmaps for map exploration in an online game. -* [Redis University's RU101](https://university.redis.com/courses/ru101/) covers Redis bitmaps in detail. \ No newline at end of file +* [Redis University's RU101](https://university.redis.com/courses/ru101/) covers Redis bitmaps in detail.