This repository was archived by the owner on Apr 6, 2019. It is now read-only.
-
Couldn't load subscription status.
- Fork 561
Redis Client
Simon Ninon edited this page Sep 25, 2017
·
22 revisions
cpp_redis::client is the class providing communication with a Redis server.
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.
Need more information? Contact me.