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

Fix pool to close all connections when client is closed.

This commit is contained in:
Vladimir Mihailenco
2015-05-02 16:11:18 +03:00
parent f7a1636422
commit f3f44aefbe
6 changed files with 294 additions and 189 deletions

View File

@ -34,7 +34,7 @@ var _ = Describe("Client", func() {
})
AfterEach(func() {
Expect(client.Close()).NotTo(HaveOccurred())
client.Close()
})
It("should ping", func() {