Minimum number of asynchronous connections allowed per server node. Preallocate min connections
on client node creation. The client will periodically allocate new connections if count falls
below min connections.
Namespace: Aerospike.ClientServer proto-fd-idle-ms and client maxSocketIdle should be set to zero (no reap) if asyncMinConnsPerNode is greater than zero. Reaping connections can defeat the purpose of keeping connections in reserve for a future burst of activity.
Default: 0
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.3.0 (4.0.3)
Syntax
See Also