[][src]Module reool::node_pool

A connection pool for conencting to a single node

Structs

Builder

A builder for a SingleNodePool

Config

A configuration for creating a SingleNodePool.

InitializationError

An initialization has failed

PoolStats

Simple statistics on the internals of the pool.

SingleNodePool

A connection pool that maintains multiple connections to a single Redis instance.

Enums

BackoffStrategy

A strategy for determining delays betwen retries