-
updated the post. I ran the benches that were mentioned here[1] and here[2].
[1]: https://github.com/dragonflydb/dragonfly#benchmarks
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
- KeyDB: https://github.com/snapchat/keydb
-
skytable
Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences
-
Memcached isn't even a "key/value" store (in database terms), it's a cache.
https://github.com/memcached/memcached/wiki/ProgrammingFAQ#w...
-
How about including Pedis in this? It is a Redis partial reimplementation, written around Seastar: https://github.com/fastio/1store
Related posts
-
Skytable NoSQL Database: Even with BlueQL, Skytable Outperforms Redis and KeyDB
-
Skytable: A NoSQL database project in Rust about 10X faster than Redis
-
Valkey 8.0 Released as Speedy Redis Fork Achieving One Million RPS
-
No longer just a Redis clone; Valkey 8.0 is GA
-
Why is single threaded Redis so fast