package
0.9.5
Repository: https://github.com/joomcode/redispipe.git
Documentation: pkg.go.dev

# Functions

Do is shortcut for issuing single command to redis by address.

# Constants

TypeCluster is for connection which awares for cluster redirects.
TypeSimple (default) is for connection to single server.

# Variables

DefaultTimeout is default timeout.

# Structs

Conn is a simplest blocking implementation of redis.Sender.
Scanner implements redis.Scanner.

# Type aliases

ConnType - type of connection (simple server, or cluster aware).