/doozer-c

async C client library for doozerd

Primary LanguageC

doozer-c

async doozerd client library in C based on buffered_socket

doozerd is a consistent, distributed, data store for storing really important pieces of data.

doozer-c enables asynchronous communication with doozerd via a clean, simple, API.

it currently supports SET, GET, DEL and STAT verbs and handles communication and reconnection to multiple doozerd instances participating in a cluster.

dependencies