2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-29 07:42:37 +00:00
Files
redis/include/aedis/impl/src.hpp
Marcelo Zimbres 2a3ebdabae Adds a transaction callback to the receiver.
- Adds more documentation.
2021-08-07 18:54:05 +02:00

15 lines
522 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/type.ipp>
#include <aedis/impl/read.ipp>
#include <aedis/impl/connection.ipp>
#include <aedis/detail/impl/parser.ipp>
#include <aedis/detail/impl/commands.ipp>
#include <aedis/detail/impl/response_buffers.ipp>