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

adapt2

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

boost_redis_adapt

Adapts a type to be used as a response.

throw_exception_from_error

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

operator==

Compares two error objects for equality

operator!=

Compares two error objects for difference

Created with MrDocs