type github.com/go-redis/redis/v8.Conn

14 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L58: 	OnConnect func(ctx context.Context, cn *Conn) error
		options.go#L44: 	OnConnect func(ctx context.Context, cn *Conn) error
		redis.go#L566: func (c *Client) Conn(ctx context.Context) *Conn {
		redis.go#L695: type Conn struct {
		redis.go#L700: func newConn(ctx context.Context, opt *Options, connPool pool.Pooler) *Conn {
		redis.go#L701: 	c := Conn{
		redis.go#L715: func (c *Conn) Process(ctx context.Context, cmd Cmder) error {
		redis.go#L719: func (c *Conn) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
		redis.go#L723: func (c *Conn) Pipeline() Pipeliner {
		redis.go#L732: func (c *Conn) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
		redis.go#L737: func (c *Conn) TxPipeline() Pipeliner {
		ring.go#L68: 	OnConnect func(ctx context.Context, cn *Conn) error
		sentinel.go#L42: 	OnConnect func(ctx context.Context, cn *Conn) error
		universal.go#L24: 	OnConnect func(ctx context.Context, cn *Conn) error