
Dragonfly
Modern Redis/Memcached replacement
The Lens
Dragonfly is a Redis-compatible in-memory data store rewritten in C++ with a multi-threaded architecture. Redis runs on a single core, which is its fundamental bottleneck; Dragonfly uses every core on the box. Self-hosted under BSL-1.1, free for internal use.
The headline is throughput. Dragonfly claims up to 25x on multi-core machines, and even conservative real-world tests show several times the performance of Redis on the same hardware. It also uses less memory for the same data. Migration is genuinely drop-in: point your app at Dragonfly on the same port with the same commands, and most apps work without code changes.
Solo and small teams running Redis without performance pain have no reason to switch. Teams hitting Redis's single-core ceiling get a free upgrade by swapping the binary. If you'd rather not self-host, Dragonfly Cloud is the managed option, starting around $0.023/hr (roughly $17/mo for a basic instance).
The catch is the license. BSL-1.1 converts to Apache 2.0 after four years, but until then you can't offer Dragonfly as a competing managed service. For internal use that does not matter. The bigger gotcha is compatibility edges: some Lua scripting and module behavior differs from Redis, so test your actual workload before you move production onto it.
Free vs Self-Hosted vs Paid
free self hosted paid cloudWhat's Free
Self-hosted Dragonfly: full Redis/Memcached compatibility, multi-threaded engine, snapshots, replication. Licensed under BSL-1.1 (converts to Apache-2.0 after 4 years). Free for any use except offering it as a competing managed service.
What's Behind the Paywall
Dragonfly Cloud:
- Starter: ~$17/mo (1 vCPU, 1GB). Good for dev/staging.
- Standard: ~$50-200/mo depending on instance size. Production workloads.
- Enterprise: Custom pricing. Dedicated infrastructure, SLA, support.
Cloud adds automatic backups, monitoring dashboard, scaling, and managed infrastructure.
The License Question
BSL-1.1 restricts offering Dragonfly as a managed database-as-a-service. Using it inside your own product? Fine. Running it on your own infrastructure? Fine. Building "Dragonfly Cloud competitor"? Not allowed until the license converts.
The Math
Redis Cloud comparable instance: $30-100/mo. Dragonfly Cloud: $17-200/mo. Self-hosted on a $20/mo VPS: outperforms both. If you have ops capacity, self-host.
Verdict
Self-host for free if you can. The performance gains over Redis are real. Pay for cloud only if you need managed ops.
Free to self-host with massive Redis performance gains. Cloud starts at ~$17/mo.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
Similar Tools
About
- Stars
- 30,761
- Forks
- 1,197
Explore Further
More tools in the directory
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
380.2k ★everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
220.7k ★hermes-agent
The agent that grows with you
201.2k ★




