mirror of
https://github.com/redis/go-redis.git
synced 2025-06-14 01:21:30 +03:00
Merge pull request #97 from go-redis/fix/pool-closes-all-connections
Fix pool to close all connections when client is closed.
This commit is contained in:
@ -34,7 +34,7 @@ var _ = Describe("Client", func() {
|
||||
})
|
||||
|
||||
AfterEach(func() {
|
||||
Expect(client.Close()).NotTo(HaveOccurred())
|
||||
client.Close()
|
||||
})
|
||||
|
||||
It("should ping", func() {
|
||||
|
Reference in New Issue
Block a user