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

Improvements in the project structure.

This commit is contained in:
Marcelo Zimbres
2022-06-06 10:42:53 +02:00
parent a40c9fe35f
commit 97cb5b5b25
20 changed files with 66 additions and 212 deletions

View File

@@ -16,8 +16,8 @@
namespace net = boost::asio;
namespace resp3 = aedis::resp3;
using aedis::command;
using aedis::resp3::request;
using aedis::redis::command;
using aedis::resp3::node;
using aedis::adapter::adapt;
using net::ip::tcp;