Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8939ff12
Commit
8939ff12
authored
Dec 20, 2011
by
antirez
Browse files
Do not propagate DEBUG LOADAOF
parent
8b102e04
Changes
1
Show whitespace changes
Inline
Side-by-side
src/debug.c
View file @
8939ff12
...
@@ -235,6 +235,7 @@ void debugCommand(redisClient *c) {
...
@@ -235,6 +235,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