package
2.5.0+incompatible
Repository: https://github.com/microsoft/redutil.git
Documentation: pkg.go.dev
# Functions
New makes and returns a pointer to a new Connector instance.
# Structs
Used to denote the parameters of the redis connection.
Reconnect policy which increases the reconnect day in a logarithmic fashion.
Reconnect policy which waits a set period of time on each connect.
# Interfaces
The ReconnectPolicy defines the pattern of delay times used after a connection is lost before waiting to reconnection.