1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-12 14:21:52 +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

@ -167,7 +167,6 @@ func (c *Client) PoolStats() *PoolStats {
return &PoolStats{
Requests: s.Requests,
Hits: s.Hits,
Waits: s.Waits,
Timeouts: s.Timeouts,
TotalConns: s.TotalConns,