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 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 many clients developed by developers, which are also listed here.
Recommended clients will be marked with an asterisk ★.
If you have developed a client and want to be listed on this page, please fork it on GitHub ssdb-docs project, edit clients.md
, and then submit a Pull Request.
##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 | |