1
0
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:
Nedyalko Dyakov
2025-10-29 16:34:01 +02:00
parent 59da35ba2d
commit 09a2f07ac3

View File

@@ -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)