Dragonfly is an in-memory data store for modern application workloads. It is compatible with Redis and Memcached APIs, so applications can adopt it without code changes. It targets cache and key-value database use cases while preserving atomicity guarantees for operations and low, sub-millisecond latency over high throughput.
- Compatible with Redis and Memcached APIs
- Supports about 185 Redis commands and all Memcached commands except cas
- Shared-nothing architecture partitions the keyspace between threads
- Cache mode with adaptive eviction near the maxmemory limit





