• Top
  • New

Ask HN: What's the best Redis learning resource?

by labarilem on 7/6/2024, 7:51:03 PM with 4 comments
Ideally looking for ones that include advanced usage and architecture patterns.

  • by nxten on 7/6/2024, 8:10:56 PM

    antirez, founder of redis, has covered some advanced topics in his blog http://antirez.com/latest/0

  • by octo-andrero on 7/8/2024, 1:52:07 PM

    Redis University is free. The quality of materials is superb. I fully prepared for Redis Certification exam using only Redis University materials / Official redis docs. https://redis.io/university/

  • by arberavdullahu on 7/9/2024, 6:01:20 PM

    In case you are interested in internals, I found code crafter to be very useful for learning.

    https://app.codecrafters.io/courses/redis/overview

  • by danielpircu on 7/6/2024, 8:09:57 PM

    Are you interested in Redis specifically or a general understanding of how to think about key-value DBs?