Redis cluster client in C++ for the official cluster support targeted for redis 3.0.
This a wrapper of hiredis, and hiredis like API
##Feature
- The base capability, following the Moved slots
- Compute the slot id of the key
- Reconnect and Reslots when comes to an error
- Read slave node when can't connect to master
##Dependencies Only hiredis needed