mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
- Lots of improvements. - Changes the behaviour of the second async_run overload. - Moves to std::optional.
12 lines
369 B
C++
12 lines
369 B
C++
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva (mzimbres@gmail.com)
|
|
*
|
|
* Distributed under the Boost Software License, Version 1.0. (See
|
|
* accompanying file LICENSE.txt)
|
|
*/
|
|
|
|
#include <aedis/impl/error.ipp>
|
|
#include <aedis/impl/endpoint.ipp>
|
|
#include <aedis/resp3/impl/request.ipp>
|
|
#include <aedis/resp3/impl/type.ipp>
|
|
#include <aedis/resp3/detail/impl/parser.ipp>
|