DuckDB
The in-process SQL OLAP database — SQLite-style embedding, columnar speed, and 1.5.2 ships DuckLake 1.0 GA.
Dragonfly is a multi-threaded Redis and Memcached drop-in replacement that pushes a single server past 4M QPS while using up to 80% less memory. We rate it 89/100 — the strongest open-source choice when you want Redis behavior without Redis Cluster.
Dragonfly is an open-source, fully Redis- and Memcached-compatible in-memory data store built around a shared-nothing, vertically scalable architecture. We rate it 89/100 — for teams that have outgrown a single-threaded Redis node but don't want the operational tax of Redis Cluster, Dragonfly is the most credible drop-in replacement on the market.
Dragonfly is a modern in-memory datastore released in by co-founders Roman Gershman (CTO) and Oded Poncz (CEO), former engineers from Google and AWS ElastiCache. The company hit general availability with Dragonfly 1.0 in alongside a $21M seed and Series A led by Redpoint and Quiet Capital. As of , the GitHub project sits at 30,400+ stars, with the latest stable release v1.38.1 shipping on April 28, 2026.
The core problem Dragonfly attacks is that Redis is single-threaded by design. To scale Redis past one CPU core you either run multiple processes per box (and manage sharding yourself) or adopt Redis Cluster, which fragments your keyspace and breaks multi-key operations. Dragonfly rewrites the engine on top of a shared-nothing thread-per-core architecture and a novel hashtable (the Dash table), so a single node uses every CPU on the machine while keeping the wire protocol and command set compatible with Redis 7.x and Memcached.
On Hacker News, the original Show HN drew significant praise for the engineering — multiple commenters with deep Redis backgrounds called the Dash-table design "genuinely novel" and the throughput numbers reproducible on their own hardware. On Reddit's r/devops and r/Database, the most-recommended use case is BullMQ and large hashmap workloads where users report Dragonfly handling 300+ GB and 500K ops/sec where managed Redis stalled. G2 reviewers in 2026 highlight "impressively fast performance" and "effortless migration from Redis," but two complaints recur: a few advanced Redis modules (notably RedisJSON and RediSearch with full feature parity) are still works in progress, and the minimum Cloud instance size feels large for hobby projects. The April 2024 "No Free Tier for You" post from Dragonfly itself acknowledged the hobby-tier gap and explained why dedicated RAM-backed compute makes a free forever tier impractical.
Dragonfly itself is free to self-host under the BSL 1.1 license. Dragonfly Cloud is the company's fully managed offering and is billed by memory size and compute tier. New accounts get $100 of trial credit (no permanent free tier).
| Plan | Starting Price | What You Get |
|---|---|---|
| Self-hosted (BSL 1.1) | Free | Unlimited size, run anywhere — Linux, Docker, Kubernetes |
| Cloud — Standard | ~$11/month for 1 GB | Single-tenant managed instance, multi-AZ optional |
| Cloud — Enhanced | From ~$11/month for 1 GB Enhanced | Higher CPU per GB, faster pipelined throughput |
| Cloud — Extreme | Contact sales | Highest-throughput tier for billion-key workloads |
| Cloud trial | $100 credit | Applies to any tier; sufficient for several weeks of small-instance testing |
Pricing scales linearly per GB and is also available on AWS Marketplace for committed-use discounts. There is no free forever tier — the company explicitly chose a $100 credit instead, citing the cost of always-on RAM-backed compute.
Best for: Backend and platform teams already running Redis at scale who are hitting single-core throughput ceilings, paying for oversized ElastiCache instances, or trying to avoid Redis Cluster's operational complexity. Especially strong for BullMQ/Sidekiq-style job queues, ML feature stores, session caches, and rate-limiting layers.
Not ideal for: Hobbyists and weekend projects who specifically need a $0 managed tier (use Upstash or self-host Valkey instead), or workloads that depend on the full RediSearch / RedisJSON / RedisTimeSeries module ecosystem at feature parity.
Pros:
Cons:
The closest direct competitors are Redis (the canonical original — battle-tested but single-threaded), Valkey (the Linux Foundation fork of Redis launched after the 2024 license change, fully Apache 2.0), KeyDB (multi-threaded Redis fork acquired by Snap), and Memcached for pure ephemeral caching. Of these, Valkey is the closest pure-OSS drop-in and Dragonfly is the closest performance-leader drop-in.
If you are running Redis in production and the bill, the latency spikes during BGSAVE, or the headache of Redis Cluster have started to sting, Dragonfly is the easiest meaningful upgrade you can make this quarter. The 89/100 reflects best-in-class single-node throughput, real memory savings, and a pristine migration story — balanced against an immature module ecosystem versus Redis Stack and the lack of a free hobby tier on the managed Cloud product. For mid-sized SaaS, ML feature stores, and high-throughput queue backends, it's the recommendation. For hobby projects and casual side-builds, Valkey or self-hosted Dragonfly on a $5 VPS is the sensible path.
The in-process SQL OLAP database — SQLite-style embedding, columnar speed, and 1.5.2 ships DuckLake 1.0 GA.
DatabasesA 6.2 kB reactive data store and sync engine for local-first JavaScript apps
DatabasesOpen-source distributed financial transactions database for mission-critical OLTP, written in Zig.
DatabasesOpen-source vector database written in Rust for production-scale similarity search and RAG.
ServiceNow and Accenture Launch Forward Deployed Engineering Program to Scale Agentic AI in the Enterprise (May 6, 2026)
At Knowledge 2026, ServiceNow and Accenture announced a joint forward deployed engineering program that drops co-located engineer pods into customer environments to ship agentic AI workflows natively on the ServiceNow AI Platform — with access to 300+ pre-built agent skills and the AI Control Tower as the governance backbone.
May 7, 2026
ReFiBuy Raises $13.6M Seed to Help Brands Get Recommended by AI Shopping Agents (May 5, 2026)
ReFiBuy, the Raleigh-based agentic commerce platform from ChannelAdvisor founder Scot Wingo, closed an oversubscribed $13.6M seed led by NewRoad Capital Partners on May 5, 2026 — betting that the next billion-dollar e-commerce moat is being chosen by ChatGPT, Claude and Perplexity.
May 7, 2026
OpenAI Replaces ChatGPT's Default Model With GPT-5.5 Instant — 52.5% Fewer Hallucinations, 30% Shorter Answers (May 5, 2026)
OpenAI on May 5 swapped GPT-5.3 Instant for the new GPT-5.5 Instant as ChatGPT's default model, claiming 52.5% fewer hallucinated claims on high-stakes prompts and 30% more concise answers. The model also rolls into the API as chat-latest and adds personalization from Gmail and past chats for Plus and Pro web users.
May 7, 2026
Is this product worth it?
Built With
Compare with other tools
Open Comparison Tool →