Minor feature and improvements
-
New Features
- Adds
WarmUp
method forClient
,Cluster
andNode
. This method will fill the connection queue to ensure maximum and smooth performance on start up.
- Adds
-
Improvements
- Simplify connection Timeout calculation and floor the min timeout to 1ms.
- Simplify resetting server timeout for each iteration.
- Adds a few pre-defined errors to avoid allocating them during runtime.
-
Changes
- Adds a TLS connection example.
- Adds
Cap
method toconnectionHeap
.