ssdb-docs
ssdb-docs copied to clipboard
C API?
Is there a C API for SSDB?
There is no official C API for SSDB, but you can use any C API for Redis to connect to SSDB. SSDB is compatible with most Redis clients/API.
I have made a c api in my luajit driver,check https://github.com/reficull/DBSS/blob/master/src/DBSS.cc