shinberg / cpp-hiredis-cluster

c++ cluster wrapper for hiredis with async and unix sockets features
BSD 3-Clause "New" or "Revised" License
65 stars 26 forks source link

Jinq0123/feature/decouple libevent #10

Closed jinq0123 closed 7 years ago

jinq0123 commented 7 years ago

Add Adapter to decouple libevent from AsyncHiredisCommand. Add an example to test boost asio adapter.

shinberg commented 7 years ago

looks like a good improvements, thanks