Redis University Videos - Redis Explained: Learn Redis (original) (raw)

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

New video on, Redis Bitmaps Explained.

Joe June 10, 2020, 3:10pm 3

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.

New Video on Redis HyperLogLog Explained.

Joe July 4, 2020, 2:59pm 5

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.