1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Merge branch 'v5'

This commit is contained in:
Vladimir Mihailenco
2017-03-04 13:38:55 +02:00
2 changed files with 65 additions and 38 deletions

View File

@ -582,7 +582,7 @@ var _ = Describe("ClusterClient timeout", func() {
var client *redis.ClusterClient
AfterEach(func() {
Expect(client.Close()).NotTo(HaveOccurred())
_ = client.Close()
})
testTimeout := func() {