Will be interesting to see the benchmarks!
There's a lot of KV engines that uses RocksDB now, like CockroachDB (Forked into PebbleDB though), YugabyteDB and TiDB.
Those are all many times slower than Redis though, so having a middle-ground aimed to be similar to Redis, that doesn't eat all RAM, is very exciting!
Be curious to see differences between this and FoundationDB.
Is it me or are most of the docs only available in Chinese?
Why yet another key value store?
This seems very interesting and I am peaked but the documentation and web page is lacking a lot to tell me what it is and how it's intended to be used. I know it's a key value store and it's supposed to be fast but that's it.
Anyone using this in production? If so, how do you find it, is it good?
Another key/Value store system. There are already like RocksDB, LevelDB and many others!
why would I choose it over TiKV or RIAK ?
Note that this seems to be a relatively old project, first commits from 2015. The project seems active, but most of the work seems to have been done around its inception, with some significant activity from 2020 onwards. Speculation/interpretation: So this might be a project that was used internally by some company, but perhaps not any more, and they've decided to open-source it at some point (2017-2018?) because some folks were/are still excited about it and want to keep developing it.
This might explain some of the "why yet another RocksDB-based KV store?" line of questioning.