sewenew / redis-plus-plus

Redis client written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async interface with boost::asio

iasna opened this issue · comments

commented

Can I use async interface, if my application works with boost::asio ?

Of course, you can use it. The async interfaces are all non-blocking. It should work well with boost::asio. Although the underlying network layer is libuv, not boost::asio.

Regards

commented

It means the communication with redis will be done by this library using libuv, and rest of my async operations that are being handled by boost asio will work with out any issues. correct me if understood anything wrong.

Since there's no update, I'll close this issue.

Regards