cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
cpp_redis::network::redis_connection Member List

This is the complete list of members for cpp_redis::network::redis_connection, including all inherited members.

build_command(const std::vector< std::string > &redis_cmd)cpp_redis::network::redis_connectionprivate
call_disconnection_handler(void)cpp_redis::network::redis_connectionprivate
commit(void)cpp_redis::network::redis_connection
connect(const std::string &host="127.0.0.1", std::size_t port=6379, const disconnection_handler_t &disconnection_handler=nullptr, const reply_callback_t &reply_callback=nullptr, std::uint32_t timeout_msecs=0)cpp_redis::network::redis_connection
disconnect(bool wait_for_removal=false)cpp_redis::network::redis_connection
disconnection_handler_t typedefcpp_redis::network::redis_connection
is_connected(void) constcpp_redis::network::redis_connection
m_buffercpp_redis::network::redis_connectionprivate
m_buffer_mutexcpp_redis::network::redis_connectionprivate
m_buildercpp_redis::network::redis_connectionprivate
m_clientcpp_redis::network::redis_connectionprivate
m_disconnection_handlercpp_redis::network::redis_connectionprivate
m_reply_callbackcpp_redis::network::redis_connectionprivate
operator=(const redis_connection &)=deletecpp_redis::network::redis_connection
redis_connection(void)cpp_redis::network::redis_connection
redis_connection(const std::shared_ptr< tcp_client_iface > &tcp_client)cpp_redis::network::redis_connectionexplicit
redis_connection(const redis_connection &)=deletecpp_redis::network::redis_connection
reply_callback_t typedefcpp_redis::network::redis_connection
send(const std::vector< std::string > &redis_cmd)cpp_redis::network::redis_connection
tcp_client_disconnection_handler(void)cpp_redis::network::redis_connectionprivate
tcp_client_receive_handler(const tcp_client_iface::read_result &result)cpp_redis::network::redis_connectionprivate
~redis_connection(void)cpp_redis::network::redis_connection