mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Fix pool panic on slow connection with MaxRetries > 0.
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"gopkg.in/redis.v3"
|
||||
)
|
||||
|
||||
var _ = Describe("Pool", func() {
|
||||
var _ = Describe("pool", func() {
|
||||
var client *redis.Client
|
||||
|
||||
var perform = func(n int, cb func()) {
|
||||
|
Reference in New Issue
Block a user