Reference
boost::redis::adapter::result
Stores response to individual Redis commands.
Synopsis
Declared in <boost/redis/adapter/result.hpp>
template<class Value>
using result = system::result<Value, error>;
Created with MrDocs