Skip to main content

4 docs tagged with "cache"

View all tags

Redis as Distributed Cache

Distributed caching patterns with Redis — cache-aside, write-through, write-behind, read-through — and production concerns like stampede, warming, invalidation, and Spring Cache integration.

Redis Data Types & Value Types

Complete guide to Redis data types — Strings, Hashes, Lists, Sets, Sorted Sets, Bitmaps, HyperLogLog, Geospatial, and Streams — with senior-level use cases and encoding internals.

Redis Interview Questions & Answers

Senior-level Redis interview questions covering data structures, persistence, clustering, cache patterns, distributed systems, and production failure scenarios.

Redis: Overview & Architecture

Redis architecture internals, single-threaded model, I/O multiplexing, and use case decision guide for senior engineers.