Global namespace
boost::redis namespace
Types
Name |
Description |
Address of a Redis server. |
|
A type‐erased reference to a response. |
|
A SSL connection to the Redis server. |
|
Configure parameters used by the connection classes. |
|
A basic_connection that type erases the executor. |
|
Defines logging configuration. |
|
Represents a Redis request. |
|
Configuration values to use when using Sentinel. |
|
Connection usage information. |
|
Similar to |
|
A generic response to a request |
|
Type used to ignore responses. |
|
Response with compile‐time size. |
Enums
Name |
Description |
Generic errors. |
|
Connection operations that can be cancelled. |
|
Identifies the possible roles of a Redis server. |
Functions
Name |
Description |
|
|
Creates a error_code object from an error. |
|
Compares two addresses for equality. |
|
Compares two addresses for inequality. |
boost::redis::adapter namespace
Types
Name |
Description |
Stores any resp3 error. |
|
An adapter that ignores responses. |
|
Stores response to individual Redis commands. |
Functions
Name |
Description |
Adapts a type to be used as the response to an individual command. |
|
Adapts a type to be used as a response. |
|
Allows using |
|
Compares two error objects for equality |
|
Compares two error objects for difference |
boost::redis::resp3 namespace
Types
Name |
Description |
|
|
A node in the response tree. |
|
A generic response that stores data contiguously. |
|
A RESP3 tree that owns its data. |
|
A node in the response tree that owns its data. |
|
A node in the response tree that does not own its data. |
|
A RESP3 tree that owns its data. |
|
A RESP3 tree whose data are |
Functions
Name |
Description |
Adds a bulk to the request. |
|
Checks whether the data type is an aggregate. |
|
Converts the data type to a string. |
|
Writes the type to the output stream. |
|
Equality operators |
|
Inequality operators |
Created with MrDocs