Update dragonfly blurb (#48)

This commit is contained in:
Roman Gershman 2022-05-31 10:08:21 +03:00 committed by GitHub
parent 9e258de236
commit f7124f943e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,10 @@
### Probably, the fastest in-memory store in the universe!
Redis and Memcached compatible store.
Dragonfly is a modern in-memory datastore, fully compatible with Redis and Memcached APIs. Dragonfly implements novel algorithms and data structures on top of a multi-threaded, shared-nothing architecture. As a result, Dragonfly reaches x25 performance
compared to Redis and supports millions of QPS on a single instance.
Dragonfly's core properties make it a cost-effective, high-performing, and easy-to-use Redis replacement.
## Benchmarks
@ -36,7 +39,7 @@ Dragonfly is crossing 3.8M QPS on c6gn.16xlarge reaching x25 increase in through
When running in pipeline mode `--pipeline=30`, Dragonfly reaches **10M qps** for SET and **15M qps** for GET operations.
### Memory efficiency benchmark
### Memory efficiency
In the following test, we filled Dragonfly and Redis with ~5GB of data
using `debug populate 5000000 key 1024` command. Then we started sending the update traffic with `memtier` and kicked off the snapshotting with the