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
d0407c2d
Commit
d0407c2d
authored
Mar 25, 2012
by
antirez
Browse files
CONFIG RESETSTAT resets two more fields.
parent
81f32c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
d0407c2d
...
...
@@ -852,6 +852,8 @@ void configCommand(redisClient *c) {
server
.
stat_numcommands
=
0
;
server
.
stat_numconnections
=
0
;
server
.
stat_expiredkeys
=
0
;
server
.
stat_rejected_conn
=
0
;
server
.
stat_fork_time
=
0
;
server
.
aof_delayed_fsync
=
0
;
resetCommandTableStats
();
addReply
(
c
,
shared
.
ok
);
...
...
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