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

Simplifies the serializer.

This commit is contained in:
Marcelo Zimbres
2022-04-03 20:51:08 +02:00
parent 2c96b07623
commit be79f58808
16 changed files with 51 additions and 43 deletions

View File

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