SSDB,一个高性能的支持丰富数据结构的 NoSQL 数据库, 被设计用于替代 Redis。
SSDB使用LevelDB存储数据,支持kv,list, hash, zset等格式。
SSDB 已经在许多互联网公司得到广泛使用, 如奇虎360, TOPGAME等。
简介
SSDB 是一个 C++ 语言开发的高性能开源 NoSQL 数据库服务器,支持 Key-value, Keyhashmap,Key-zset(sorted set) 等数据结构, 十分适合存储数亿条级别的列表, 排序表等集合数据, 是 Redis 的替代和增强案。
SSDB 具有和 Redis 相似的 API,支持的客户端包括: PHP, C++, Python, Java, Lua, Ruby,Nodejs, etc。
相关链接
项目github主页: https://github.com/ideawu/ssdb
快速入门文档:PDF格式入门文档
官方文档:http://ssdb.io/docs/zh_cn/index.html
SSDB API文档
English:http://www.ideawu.com/ssdb/docs/php/
中文:http://www.ideawu.com/ssdb/docs/zh_cn/php/
Redis:http://redis.io/
PHP 客户端 API 文档(中文):http://ssdb.io/docs/zh_cn/php/index.html
C++ 客户端 API 文档(英文):http://ssdb.io/docs/cpp/index.html
Java 客户端 API 文档(英文):http://ssdb.io/docs/java/index.html
Go 客户端 API 文档(英文):http://ssdb.io/docs/go/index.html
转载本站内容时,请务必注明来自W3xue。
部分原创内容未经授权禁止转载,违者必究。