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 fd98a22 commit 1f8b660Copy full SHA for 1f8b660
internal/pool/pool.go
@@ -386,7 +386,7 @@ func (p *ConnPool) getConn(ctx context.Context) (*Conn, error) {
386
attempts := 0
387
for {
388
if attempts >= getAttempts {
389
- log.Printf("redis: connection pool: failed to get an connection accepted by hook after %d attempts", attempts)
+ log.Printf("redis: connection pool: failed to get a connection accepted by hook after %d attempts", attempts)
390
break
391
}
392
attempts++
0 commit comments