[][src]Module reool::config

Configuration for RedisPool including a builder.

Connecting to a single node or multiple replicas

Connecting to a single node

Set the value connect_to_nodes to one node only

Connecting to multiple nodes

Set the value connect_to_nodes to more than one node. Make sure not to write to that pool.

Structs

Builder

A builder for a RedisPool

Config

A configuration for creating a RedisPool.

InitializationError

An initialization has failed

ParseDefaultPoolCheckoutModeError

Enums

ActivationOrder

Defines the strategy by which idle connections are taken from the pool.

BackoffStrategy

A strategy for determining delays between retries

DefaultPoolCheckoutMode

Various options on retrieving a connection that can be applied if a user wants to use the pool defaults for retrieving a connection.