package
0.0.0-20200426120518-40bcf4cf8a2d
Repository: https://github.com/ledisdb/xcodis.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewConnectionPool creates a new ConnectionPool.

# Variables

No description provided by the author

# Structs

not thread-safe.
ConnectionPool re-exposes ResourcePool as a pool of PoolConnection objects.
No description provided by the author

# Interfaces

PoolConnection is the interface implemented by users of this specialized pool.

# Type aliases

CreateConnectionFunc is the factory method to create new connections within the passed ConnectionPool.