Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 894 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 894 Bytes

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