github.com/go-redis/redis/v8/internal/pool.ConnPool.isStaleConn (method)

3 uses

	github.com/go-redis/redis/v8/internal/pool (current package)
		pool.go#L245: 		if p.isStaleConn(cn) {
		pool.go#L499: 	if !p.isStaleConn(cn) {
		pool.go#L510: func (p *ConnPool) isStaleConn(cn *Conn) bool {