Reference

boost::redis::resp3::type

RESP3 data types.

Synopsis

enum class type : int;

Members

Name

Description

array

Aggregate

push

Aaggregate

set

Aggregate

map

Aggregate

attribute

Aggregate

simple_string

Simple

simple_error

Simple

number

Simple

doublean

Simple

boolean

Simple

big_number

Simple

null

Simple

blob_error

Simple

verbatim_string

Simple

blob_string

Simple

streamed_string

Simple

streamed_string_part

Simple

invalid

Invalid

Non-Member Functions

Name

Description

is_aggregate

Checks whether the data type is an aggregate.

operator<<

Writes the type to the output stream.

to_string

Converts the data type to a string.

Description

The RESP3 specification can be found at

Created with MrDocs