mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
Adds coalesce option.
This commit is contained in:
@@ -31,7 +31,7 @@ example(boost::asio::ip::tcp::endpoint ep, std::string msg, int n)
|
||||
dbuffer.consume(n);
|
||||
}
|
||||
|
||||
std::printf("Ok: %s", msg.data());
|
||||
//std::printf("Ok: %s", msg.data());
|
||||
} catch (std::exception const& e) {
|
||||
std::cerr << "Error: " << e.what() << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user