SSDB
A high-performance NoSQL database that supports rich data structures to replace Redis.
Characteristics
- 100 times times the capacity of Redis instead of Redis database
- LevelDB network support, using C + + development
- Redis API compatible, support for Redis clients
- Suitable for storing collection data, such as list, hash, zset ...
- The languages supported by the client API include: C + +, PHP, Python, Java, Go
- Persistent Queue Service
- Master-slave replication, load Balancing
Performance performance data is obtained using Ssdb-bench (SSDB) and Redis-benchmark (Redis). Architecture
Compiling and installing
$ wget--no-check-certificate HTTPS ://github.com/ideawu/ssdb/archive/master.zip$ unzip master$ CD ssdb-master$ make$ #optional, install ssdb in/usr/local/ssdb$ sudo make install # start master$./ssdb-server ssdb.conf # or start as daemon$./ssdb-server-d ssdb.conf# ssdb command line$./tools/ssdb-cli-p 8888# stop ssdb-server$./ssdb-server ssdb.conf-s Stop # for older version$ kill " cat./var/ssdb.pid "
Reference connection: Http://ssdb.io/zh_cn/https://github.com/ideawu/ssdb
SSDB is a high-performance NoSQL database that supports rich data structures to replace Redis.