Redis University Videos - Redis Explained: Learn Redis

Here are great videos from our Redis University team explaining Redis data structures.

New video on, Redis Bitmaps Explained.

Thanks for the bitmap video. Prior to watching it I hadn’t really thought about using redis bitmaps to track player movement within a soccer simulation game that I developed. It makes use of player influence maps for player positioning and their impact on the game as it unfolds that are stored outside of redis. If I rework those to use redis bitmaps I may be able to gain some performance.

2 Likes

New Video on Redis HyperLogLog Explained.

Thanks for posting this video. I think they are extremely useful in gaining more knowledge on specific data structures and I hope you keep them coming.

1 Like