Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/redis.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /* Copyright (c) 2018-2024 Marcelo Zimbres Silva (mzimbres@gmail.com)
0002  *
0003  * Distributed under the Boost Software License, Version 1.0. (See
0004  * accompanying file LICENSE.txt)
0005  */
0006 
0007 #ifndef BOOST_REDIS_HPP
0008 #define BOOST_REDIS_HPP
0009 
0010 #include <boost/redis/config.hpp>
0011 #include <boost/redis/error.hpp>
0012 #include <boost/redis/connection.hpp>
0013 #include <boost/redis/request.hpp>
0014 #include <boost/redis/response.hpp>
0015 #include <boost/redis/ignore.hpp>
0016 #include <boost/redis/logger.hpp>
0017 
0018 /** @defgroup high-level-api Reference
0019  *
0020  *  This page contains the documentation of the Aedis high-level API.
0021  */
0022 
0023 /** @defgroup low-level-api Reference
0024  *
0025  *  This page contains the documentation of the Aedis low-level API.
0026  */
0027 
0028 #endif // BOOST_REDIS_HPP