Reference
boost::redis::usage
Connection usage information.
Data Members
Name |
Description |
Number of commands sent. |
|
Number of bytes sent. |
|
Number of responses received. |
|
Number of pushes received. |
|
Number of response‐bytes received. |
|
Number of push‐bytes received. |
Description
To simplify the implementation, commands_sent and bytes_sent are computed just before writing to the socket. On error, they might not represent exactly what has been received by the Redis server.
|
Created with MrDocs