# Packages
No description provided by the author
# Functions
BindConn binds the connection to the redis node that serves those keys.
ConfigureDoer configures conn to follow redirections if the redis configuration requested it and the pool is a Redis Cluster pool.
EachNode calls fn for each node in the redis cluster, with a connection to that node, until all nodes have been visited.
NewPool creates a Redis connection pool using the provided server address, username, password and database.
PublishHasListeners is like the PUBLISH redis command, but it also returns a boolean indicating if channel still has subscribed listeners.
ReadOnlyConn turns conn into a connection that will try to connect to a replica instead of a primary.
No description provided by the author
SplitKeysBySlot takes a list of redis keys and groups them by hash slot so that keys in a given group are guaranteed to hash to the same slot, making them safe to run e.g.
# Structs
PoolConfig holds the redis pool configuration options.
No description provided by the author