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

Some code improvements.

This commit is contained in:
Marcelo Zimbres
2022-04-04 22:38:02 +02:00
parent bcf13c03c0
commit 379da7a340
11 changed files with 91 additions and 59 deletions

View File

@@ -18,7 +18,7 @@ namespace net = boost::asio;
namespace resp3 = aedis::resp3;
using aedis::redis::command;
using aedis::resp3::make_serializer;
using aedis::generic::make_serializer;
using aedis::resp3::node;
using aedis::adapter::adapt;
using net::ip::tcp;