#Redis
— 2 posts
Apr 15, 2026 · 14m
Redis for Beginners: What It Is, When to Use It, and Client Examples in Java, Python, Node.js, and Go
A ground-up introduction to Redis — what it actually is, the handful of data structures that matter, the use cases it's genuinely good at, and working client snippets in four languages so you can run your first cache, queue, and pub/sub in under ten minutes.
RedisCacheBeginner
Mar 4, 2026 · 13m
Caching Strategies Beyond 'Just Add Redis'
Cache-aside, write-through, write-behind, read-replicas, edge caches, HTTP ETags, and stale-while-revalidate — how to pick the right caching pattern and how to invalidate without tears.
PerformanceArchitectureRedis