Home > database >  Compatible with Redis persistence kv storage kedis
Compatible with Redis persistence kv storage kedis

Time:10-02

Kedis - https://github.com/jianqingdu/kedis

Is mainly used to replace the Redis persistence kv storage service, network protocol is fully compatible with Redis,
Made the storage engine RocksDB, code implementation and compilation are concise, only rely on RocksDB library

1. Compared to SSDB
SSDB incompatible Redis protocol, the storage engine is LevelDB
2. Compared with the Pika
Pika rely on too many libraries, compiler is complex, and different data types of key permits repeated

Welcome to try and feedback problems


  • Related