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:
@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user