2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Adds connection usage information.

This commit is contained in:
Marcelo Zimbres
2023-08-26 21:40:55 +02:00
parent 509635f222
commit 401dd24419
7 changed files with 136 additions and 35 deletions

View File

@@ -686,6 +686,10 @@ https://lists.boost.org/Archives/boost/2023/01/253944.php.
performance improvement where one of my benchmark programs passed
from 190k/s to 473k/s.
* The connection has a new member `get_usage()` that returns the
connection usage information, such as number of bytes writen,
received etc.
### v1.4.2 (incorporates changes to conform the boost review and more)
* Adds `boost::redis::config::database_index` to make it possible to