mirror of
https://github.com/redis/go-redis.git
synced 2025-06-15 12:41:41 +03:00
Enable reaper on ClusterClient and add tests.
This commit is contained in:
@ -1297,7 +1297,7 @@ var _ = Describe("Commands", func() {
|
||||
|
||||
stats := client.PoolStats()
|
||||
Expect(stats.Requests).To(Equal(uint32(3)))
|
||||
Expect(stats.Hits).To(Equal(uint32(2)))
|
||||
Expect(stats.Hits).To(Equal(uint32(1)))
|
||||
Expect(stats.Timeouts).To(Equal(uint32(0)))
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user