We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded98ec commit fd98a22Copy full SHA for fd98a22
internal/pool/pool.go
@@ -539,7 +539,7 @@ func (p *ConnPool) popIdle() (*Conn, error) {
539
540
// If we exhausted all attempts without finding a usable connection, return nil
541
if attempts >= popAttempts {
542
- log.Printf("redis: connection pool: failed to get an usable connection after %d attempts", popAttempts)
+ log.Printf("redis: connection pool: failed to get a usable connection after %d attempts", popAttempts)
543
return nil, nil
544
}
545
0 commit comments