- RocksDB को storage engine के रूप में उपयोग करता है, और Redis protocol के साथ compatible है
- Redis की तुलना में memory cost कम करने और capacity बढ़ाने को लक्ष्य बनाता है
- मुख्य फीचर्स
- Redis compatibility: उपयोगकर्ता सभी Redis clients के माध्यम से Kvrocks तक access कर सकते हैं
- Namespace: Redis SELECT जैसा, लेकिन हर namespace के लिए token मौजूद है
- Replication: MySQL जैसे binlog का उपयोग करने वाली asynchronous replication
- High availability: master या slave failure होने पर failover के लिए Redis Sentinel को support करता है
- Cluster: centralized management, लेकिन सभी Redis cluster clients के माध्यम से access किया जा सकता है
1 टिप्पणियां
सुना है कि Garnet भी Redis-compatible है.