~/tags/performance
Posts taggedperformance
2 posts found
- >>Redis Deep Dive Part 2: The Building Blocks
How Redis 7.4 stores keys and values using dictionaries, objects, listpacks, skip lists, radix trees, and compact string encodings.
- >>Redis Deep Dive Part 1: In-Memory Architecture and Event Loop Explained
How Redis combines in-memory data, a single-threaded event loop, RESP, and client-side techniques, along with the limits of those design choices.