SSDB is a high-performance NoSQL database that supports rich data structures to replace Redis.

Source: Internet
Author: User
Tags data structures

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.