technotes · topic
First-principles depth — the single-threaded model, data structures, caching, persistence & scaling.
One thread, one queue — atomicity for free, and big-O as shared latency.
doneChoosing string / hash / list / set / zset on cost, not habit.
doneLazy + active expiry, and why a TTL is not the same as memory-pressure eviction.
planned