Dragonfly rethinks Redis with sharded multi-threading to scale across modern multi-core servers

techNmak · x · 2026-09-03

Dragonfly is a rewrite of Redis built around modern multi-core servers rather than a single main thread. It partitions the keyspace into shards owned by different threads, letting the in-memory datastore actually use available CPU, memory and I/O.

Notable internals:

Original post →

More from Infra

Infra channel →