2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-21 03:12:14 +00:00

Refactoring listed below:

- Improvements in the organization.
- Adds support for the default token on the consumer.
This commit is contained in:
Marcelo Zimbres
2021-10-10 15:00:22 +02:00
parent 62e34767ca
commit 05aff2f3c6
18 changed files with 540 additions and 439 deletions

View File

@@ -7,8 +7,8 @@
#include <aedis/impl/command.ipp>
#include <aedis/resp3/impl/write.ipp>
#include <aedis/resp3/impl/request.ipp>
#include <aedis/resp3/impl/response.ipp>
#include <aedis/resp3/impl/type.ipp>
#include <aedis/resp3/impl/node.ipp>
#include <aedis/resp3/detail/impl/assemble.ipp>
#include <aedis/resp3/detail/impl/parser.ipp>