1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-14 01:21:30 +03:00

Remove PMessage.

This commit is contained in:
Vladimir Mihailenco
2016-04-09 11:45:56 +03:00
parent 1fbb1098f2
commit d79074eadb
7 changed files with 7 additions and 35 deletions

View File

@ -76,7 +76,6 @@ func (c *ClusterClient) PoolStats() *PoolStats {
s := client.connPool.Stats()
acc.Requests += s.Requests
acc.Hits += s.Hits
acc.Waits += s.Waits
acc.Timeouts += s.Timeouts
acc.TotalConns += s.TotalConns
acc.FreeConns += s.FreeConns