forked fromCylix/cpp_redis
- Notifications
You must be signed in to change notification settings - Fork209
Replies
appkins edited this pageNov 24, 2018 ·1 revision
cpp_redis::reply
is the class that wraps Redis server replies.
That is,cpp_redis::reply
objects are passed as parameters of commands callbacks and contain the server's response.
Need more information?Contact me.