Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Replies

Simon Ninon edited this page Sep 25, 2017 · 6 revisions

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.

Full documentation on Doxygen