HACKER Q&A
📣 labarilem

What's the best Redis learning resource?


Ideally looking for ones that include advanced usage and architecture patterns.


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

👤 octo-andrero
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/

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

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


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