boost::redis::resp3

Types

Name

Description

add_bulk_impl

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

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

basic_node

A node in the response tree.

bulk_counter

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

parser

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

add_blob

add_bulk

add_header

add_separator

boost_redis_to_bulk

Adds a bulk to the request.

element_multiplicity

is_aggregate

Checks whether the data type is an aggregate.

parse

to_code

to_string

Converts the data type to a string.

to_type

operator<<

Writes the type to the output stream.

operator==

Compares a node for equality.

Created with MrDocs