NoSQL - modern KV system comparison
Colume KV
Redis compatible
- redis
- KeyDB: KeyDB is a high performance fork of Redis with a focus on multithreading
- ardb: Ardb is a redis-protocol compatible persistent nosql
- kvrocks: Kvrocks is an open-source key-value database which is based on rocksdb and compatible with Redis protocol
- Titan: A distributed implementation of Redis compatible layer based on TiKV
- codis: Codis is a proxy based high performance Redis cluster solution written in Go
- pika: Pika is a persistent huge storage service , compatible with the vast majority of redis interfaces
- ssdb: A high performance NoSQL based on LevelDB and supporting many Redis data structures
Doc DB
Time Series DB
Graph DB
Strong consistency KV
other KV
Reference
Back to top