Skip to content

Commit

Permalink
Fixed typo in bitmaps page (#2452)
Browse files Browse the repository at this point in the history
Fixed erroneous reference to "server" that should be "sensor".
  • Loading branch information
Simon Prickett authored Jul 3, 2023
1 parent 957185e commit 347af66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data-types/bitmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
* [Redis University's RU101](https://university.redis.com/courses/ru101/) covers Redis bitmaps in detail.

0 comments on commit 347af66

Please sign in to comment.