/* Copyright (c) 2018-2023 Marcelo Zimbres Silva (mzimbres@gmail.com) * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE.txt) */ #ifndef BOOST_REDIS_HPP #define BOOST_REDIS_HPP #include #include #include #include #include #include #include /** @defgroup high-level-api Reference * * This page contains the documentation of the Aedis high-level API. */ /** @defgroup low-level-api Reference * * This page contains the documentation of the Aedis low-level API. */ #endif // BOOST_REDIS_HPP