We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cpp_redis::client is the class providing communication with a Redis server.
cpp_redis::client
It is meant to be used for sending commands to the remote server and receiving its replies.
The client support asynchronous requests, as well as synchronous ones. Moreover, commands pipelining is supported.
asynchronous
synchronous
commands pipelining
Full documentation on Doxygen