ssdb-docs icon indicating copy to clipboard operation
ssdb-docs copied to clipboard

C API?

Open alexreg opened this issue 10 years ago • 2 comments

Is there a C API for SSDB?

alexreg avatar Nov 17 '15 14:11 alexreg

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.

ideawu avatar Nov 18 '15 03:11 ideawu

I have made a c api in my luajit driver,check https://github.com/reficull/DBSS/blob/master/src/DBSS.cc

reficull avatar Jan 28 '16 03:01 reficull