2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Remove Command template parameter from request.

This commit is contained in:
Marcelo Zimbres
2022-06-06 15:11:58 +02:00
parent 97cb5b5b25
commit 9e43541a5e
13 changed files with 60 additions and 66 deletions

View File

@@ -81,7 +81,7 @@ int main()
tcp::socket socket{ioc};
net::connect(socket, res);
request<command> req;
request req;
req.push(command::hello, 3);
req.push(command::command);
req.push(command::quit);