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. |
|
Connection usage information. |
|
A generic response to a request |
|
Type used to ignore responses. |
|
Response with compile‐time size. |
Functions
Name |
Description |
|
|
Creates a error_code object from an error. |
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 node in the response tree that owns its data. |
|
A node in the response tree that does not own its data. |
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. |
|
Compares a node for equality. |
Created with MrDocs