|
SSDB - A fast NoSQL database for storing big list of data
SSDB is a high performace key-value(key-string, key-zset, key-hashmap) NoSQL database, an alternative to Redis.
SSDB is stable, production-ready and is widely used by many Internet companies including QIHU 360.
Features
LevelDB client-server support, written in C/C++
Designed to store collection data
Persistent key-value, key-zset, key-map('hashmap') storage
Redis clients are supported
Client API supports including C++, PHP, Python, Cpy, Java, nodejs, Ruby, Go
Persistent queue service
Replication(master-slave), load balance [see wiki Replication]
Future Features
Distributed |
|