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.

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
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
~redis_connection(void)cpp_redis::network::redis_connection