2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-21 15:22:14 +00:00
Files
redis/include/aedis/src.hpp
Marcelo Zimbres a0b37b33ed Progresses with header-only.
- Removes template parameter from parser class.
- Adds read.ipp
2021-03-20 17:39:39 +01:00

16 lines
483 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/.
*/
#pragma once
#include <aedis/type.ipp>
#include <aedis/read.ipp>
#include <aedis/parser.ipp>
#include <aedis/command.ipp>
#include <aedis/connection.ipp>
#include <aedis/response_buffers.ipp>