Improved formatting for total calls in redis stats (#9053)

This commit is contained in:
Manuel Ceroni 2025-03-18 11:02:10 +01:00 committed by GitHub
parent 6d2f9213eb
commit 0a75994a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ for command, hits in pairs(commands_stats) do
key = command,
name = string.upper(string.sub(command, 5)),
},
hits = hits
hits = formatValue(hits)
}
end