2
0
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:
Marcelo Zimbres
2022-06-17 22:51:51 +02:00
parent 452589d4e7
commit 5328cdff9a
9 changed files with 59 additions and 48 deletions

View File

@@ -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;
}