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.
- buffered_socket
- protobuf-c tested w/ 0.15
- protobuf tested w/ 2.4.1
- libevent requires 1.4.14b
- json-c