lampmanyao / dynoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DYNOC

Dynoc is a minimalistic C client library for the dynomite.

Features

  • Connection pool.
  • Topology aware load balancing (Token Aware).
  • Health check.

Build

git clone https://github.com/lampmanyao/dynoc.git
cd dynoc/hiredis
make
cd src
make or make debug

Supported Redis Commands

  • SET
  • GET
  • DEL
  • HSET
  • HGET
  • INCR
  • INCRBY
  • DECR
  • DECRBY

TODOs

  • The remaining features of Dyno (Official Client for dynomite)

About

License:Apache License 2.0


Languages

Language:C 92.2%Language:C++ 7.3%Language:Makefile 0.5%