Reference

boost::redis::adapter

Types

Name

Description

error

Stores any resp3 error.

ignore

An adapter that ignores responses.

result

Stores response to individual Redis commands.

Functions

Name

Description

operator==

Compares two error objects for equality

operator!=

Compares two error objects for difference

throw_exception_from_error

Allows using error with boost::system::result.

boost_redis_adapt

Adapts a type to be used as a response.

adapt2

Adapts a type to be used as the response to an individual command.

Created with MrDocs