mirror of
https://github.com/boostorg/redis.git
synced 2026-02-13 12:42:15 +00:00
- Moves read and write header to detail. - Adds namespace detail to all files in detail directory.
15 lines
523 B
C++
15 lines
523 B
C++
/* Copyright (c) 2019 - 2021 Marcelo Zimbres Silva (mzimbres at gmail dot com)
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
#include <aedis/impl/types.ipp>
|
|
#include <aedis/impl/connection.ipp>
|
|
#include <aedis/impl/commands.ipp>
|
|
|
|
#include <aedis/detail/impl/read.ipp>
|
|
#include <aedis/detail/impl/parser.ipp>
|
|
#include <aedis/detail/impl/response_buffers.ipp>
|