TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 labarilem10 个月前
Ideally looking for ones that include advanced usage and architecture patterns.

4 条评论

nxten10 个月前
antirez, founder of redis, has covered some advanced topics in his blog <a href="http:&#x2F;&#x2F;antirez.com&#x2F;latest&#x2F;0" rel="nofollow">http:&#x2F;&#x2F;antirez.com&#x2F;latest&#x2F;0</a>
octo-andrero10 个月前
Redis University is free. The quality of materials is superb. I fully prepared for Redis Certification exam using only Redis University materials &#x2F; Official redis docs. <a href="https:&#x2F;&#x2F;redis.io&#x2F;university&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redis.io&#x2F;university&#x2F;</a>
arberavdullahu10 个月前
In case you are interested in internals, I found code crafter to be very useful for learning.<p><a href="https:&#x2F;&#x2F;app.codecrafters.io&#x2F;courses&#x2F;redis&#x2F;overview">https:&#x2F;&#x2F;app.codecrafters.io&#x2F;courses&#x2F;redis&#x2F;overview</a>
danielpircu10 个月前
Are you interested in Redis specifically or a general understanding of how to think about key-value DBs?