1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Fix golangci

This commit is contained in:
Vladimir Mihailenco
2020-07-16 10:01:27 +03:00
parent 14c843ef89
commit 38c87c1f84
8 changed files with 41 additions and 48 deletions

View File

@ -6,9 +6,9 @@ import (
)
var (
// Count of write commands performed
// WritesCounter is a count of write commands performed.
WritesCounter metric.Int64Counter
// Count of new connections
// NewConnectionsCounter is a count of new connections.
NewConnectionsCounter metric.Int64Counter
)