mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
fix: remove conn reaper from the pool and uptrace option names
This commit is contained in:
@ -18,7 +18,7 @@ var _ = Describe("PubSub", func() {
|
||||
BeforeEach(func() {
|
||||
opt := redisOptions()
|
||||
opt.MinIdleConns = 0
|
||||
opt.MaxConnAge = 0
|
||||
opt.ConnMaxLifetime = 0
|
||||
client = redis.NewClient(opt)
|
||||
Expect(client.FlushDB(ctx).Err()).NotTo(HaveOccurred())
|
||||
})
|
||||
|
Reference in New Issue
Block a user