mirror of
https://github.com/redis/go-redis.git
synced 2025-07-18 00:20:57 +03:00
Faster and simpler pool.
This commit is contained in:
@ -106,7 +106,7 @@ var _ = Describe("pool", func() {
|
||||
|
||||
stats := pool.Stats()
|
||||
Expect(stats.Requests).To(Equal(uint32(4)))
|
||||
Expect(stats.Hits).To(Equal(uint32(3)))
|
||||
Expect(stats.Hits).To(Equal(uint32(2)))
|
||||
Expect(stats.Waits).To(Equal(uint32(0)))
|
||||
Expect(stats.Timeouts).To(Equal(uint32(0)))
|
||||
})
|
||||
|
Reference in New Issue
Block a user