forked fromCylix/cpp_redis
- Notifications
You must be signed in to change notification settings - Fork209
Redis Client
appkins edited this pageNov 24, 2018 ·1 revision
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 supportasynchronous
requests, as well assynchronous
ones. Moreover,commands pipelining
is supported.
Need more information?Contact me.