Skip to content
siddontang edited this page Mar 11, 2015 · 7 revisions

LedisDB uses Redis protocol for communication and many APIs are same as Redis, so it's very easy to write your own client based on a Redis one. Before you start, please see Differences-from-Redis for more information.

If you write a LedisDB client, please tell me and I will add it here.

Clients

Clone this wiki locally