ideawu / ssdb-docs

SSDB documentation source code
http://ssdb.io/
90 stars 63 forks source link

C API? #16

Open alexreg opened 8 years ago

alexreg commented 8 years ago

Is there a C API for SSDB?

ideawu commented 8 years ago

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.

reficull commented 8 years ago

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