mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Set read/write timeouts more consistently.
This commit is contained in:
@ -315,7 +315,7 @@ var _ = Describe("PubSub", func() {
|
||||
Eventually(done).Should(Receive())
|
||||
|
||||
stats := client.PoolStats()
|
||||
Expect(stats.Requests).To(Equal(uint32(4)))
|
||||
Expect(stats.Requests).To(Equal(uint32(3)))
|
||||
Expect(stats.Hits).To(Equal(uint32(1)))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user