top | item 12342797

Reimplement the Redis based on seastar

13 points| pstackd | 9 years ago | reply

Seastar is an advanced, open-source C++ framework for high-performance server applications on modern hardware. Seastar is used in ScyllaDB, a high-performance NoSQL database compatible with Apache Cassandra. Applications using Seastar can run on Linux or OSv.

The seastar project home page: http://www.seastar-project.org/

NoSQL data store using the SEASTAR framework, compatible with Redis.

githhub: [https://github.com/fastio/pedis]

3 comments

order
[+] daenney|9 years ago|reply
This should be updated to just be a link to Pedis on GitHub. Most of the added information is either covered in the README or through the links back to the Seastar project.
[+] ludbb|9 years ago|reply
How does it compare performance-wise?