Dynoc is a minimalistic C client library for the dynomite.
- Connection pool.
- Topology aware load balancing (Token Aware).
- Health check.
git clone https://github.com/lampmanyao/dynoc.git
cd dynoc/hiredis
make
cd src
make or make debug
- SET
- GET
- DEL
- HSET
- HGET
- INCR
- INCRBY
- DECR
- DECRBY
- The remaining features of Dyno (Official Client for dynomite)