A CppRedis like c++11 redis client, using kj io library ( an io library from capnproto project ) for better performance and throughput on windows.
- All code is here, no more external denpendancy( include code from readwritequeue, kj and cppredis )
- Auto reconnect
- Kj io library support iocp on windows platform
- readwritequeue: https://github.com/cameron314/readerwriterqueue
- capnproto: https://github.com/capnproto/capnproto
- cppredis: https://github.com/Cylix/cpp_redis