mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
re doesn't support requirepass
This commit is contained in:
@@ -245,7 +245,7 @@ var _ = Describe("Client", func() {
|
|||||||
Expect(val).Should(HaveKeyWithValue("proto", int64(3)))
|
Expect(val).Should(HaveKeyWithValue("proto", int64(3)))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should initialize idle connections created by MinIdleConns", func() {
|
It("should initialize idle connections created by MinIdleConns", Label("NonRedisEnterprise"), func() {
|
||||||
opt := redisOptions()
|
opt := redisOptions()
|
||||||
passwrd := "asdf"
|
passwrd := "asdf"
|
||||||
db0 := redis.NewClient(opt)
|
db0 := redis.NewClient(opt)
|
||||||
|
|||||||
Reference in New Issue
Block a user