GitHub - sabledb-io/sabledb: Ultra fast, persistent database supporting Redis API
What is SableDb?
SableDb is a key-value NoSQL database that utilizes RocksDb as its storage engine and is compatible with the Redis protocol.
It aims to reduce memory costs and increase capacity compared to Redis. SableDb features include Redis-compatible access via
any Redis client, up to 64K databases support, asynchronous replication using transaction log tailing and TLS connectivity support.
Oh, and it's written in Rust :)
Building
SableDb is supported on all major OS: Linux, macOS and Windo...
Read more at github.com