SSDB supported languages
SSDB supports the Redis network protocol, so you can use the Redis client to connect to the SSDB server. However, using the SSDB client is the most efficient way.
All All SSDB client APIs support binary data. Binary data is strings, and strings are binary data.
SSDB source code warehouse has built-in clients for many languages. These are the so-called official clients. In addition, there are also clients developed by many developers. Listed here.
Recommended clients will be marked with an asterisk ★.
If you have developed a client and would like to be listed on this page, please Fork the ssdb-docs project on GitHub, edit clients.md
, and submit a Pull Request.
##Built-in ★ | ideawu | Repository | Official client |
cppssdb | ironsdu | Repository | C 11 Asynchronous API Client |
##C# .Net
##Official ★ideawu | | RepositoryOfficialClient | |
ssdb-erlang | kqqsysu | Repository | Erlang client library for SSDB |
Official ★ | ideawu | Repository | Official client |
hissdb | Eryx | Repository | Hissdb in the lessos/lessgo project supports connection pooling. |
gossdb | seefan | Repository | The client derived from the official client supports connection pooling and its usage habits are consistent with most clients. |
Official ★ | ideawu | Repository | Official Client |
ssdb4j | nutzam | Repository | Another SSDB Java driver |
another ssdb4j | jbakwd | Repository | |
hydrogen-ssdb | yiding-he | Repository | Supports multi-threaded concurrent requests and multiple Server load balancing (client distribution request) |
##lua-resty-ssdb | LazyZhu | Repository | Lua ssdb client driver for the ngx_lua based on the cosocket API |
##DBSSreficull | | RepositoryThe client used by Luajit, I use it in the C game server, lua directly connects to ssdb | |
##Official ★ | ideawu | Repository | Official client |
node-ssdb by @hit9 | hit9 | Repository | node-ssdb by @hit9 |
##PHP
Built-in ★ideawu | | RepositoryOfficial client | |