Reference

boost::redis::resp3

Types

Name

Description

basic_node

A node in the response tree.

parser

add_bulk_impl

add_bulk_impl<std::tuple<Ts...>>

add_bulk_impl<std::pair<U, V>>

bulk_counter

bulk_counter<std::pair<T, U>>

node

A node in the response tree that owns its data.

node_view

A node in the response tree that does not own its data.

Enums

Name

Description

type

RESP3 data types.

Functions

Name

Description

to_string

Converts the data type to a string.

operator<<

Writes the type to the output stream.

is_aggregate

Checks whether the data type is an aggregate.

element_multiplicity

to_code

to_type

operator==

Compares a node for equality.

parse

boost_redis_to_bulk

Adds a bulk to the request.

add_header

add_bulk

add_blob

add_separator

Created with MrDocs