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
efb60225
Commit
efb60225
authored
Dec 20, 2011
by
antirez
Browse files
Do not propagate DEBUG LOADAOF
parent
af77acc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
efb60225
...
@@ -233,6 +233,7 @@ void debugCommand(redisClient *c) {
...
@@ -233,6 +233,7 @@ void debugCommand(redisClient *c) {
addReply
(
c
,
shared
.
err
);
addReply
(
c
,
shared
.
err
);
return
;
return
;
}
}
server
.
dirty
=
0
;
/* Prevent AOF / replication */
redisLog
(
REDIS_WARNING
,
"Append Only File loaded by DEBUG LOADAOF"
);
redisLog
(
REDIS_WARNING
,
"Append Only File loaded by DEBUG LOADAOF"
);
addReply
(
c
,
shared
.
ok
);
addReply
(
c
,
shared
.
ok
);
}
else
if
(
!
strcasecmp
(
c
->
argv
[
1
]
->
ptr
,
"object"
)
&&
c
->
argc
==
3
)
{
}
else
if
(
!
strcasecmp
(
c
->
argv
[
1
]
->
ptr
,
"object"
)
&&
c
->
argc
==
3
)
{
...
...
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