Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0517da36
Commit
0517da36
authored
Feb 07, 2020
by
antirez
Browse files
Tracking: rename INFO field with total items.
parent
3c16d6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
0517da36
...
...
@@ -4221,7 +4221,7 @@ sds genRedisInfoString(const char *section) {
"active_defrag_misses:%lld
\r\n
"
"active_defrag_key_hits:%lld
\r\n
"
"active_defrag_key_misses:%lld
\r\n
"
"tracking_t
racked_key
s:%lld
\r\n
"
,
"tracking_t
otal_item
s:%lld
\r\n
"
,
server
.
stat_numconnections
,
server
.
stat_numcommands
,
getInstantaneousMetric
(
STATS_METRIC_COMMAND
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment