mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 13:32:13 +00:00
Lua debugger: reply +OK to SCRIPT DEBUG no.
Thanks to Itamar Haber for reporting.
This commit is contained in:
parent
c912df9afb
commit
c62b66fd5b
@ -1465,6 +1465,7 @@ void scriptCommand(client *c) {
|
||||
}
|
||||
if (!strcasecmp(c->argv[2]->ptr,"no")) {
|
||||
ldbDisable(c);
|
||||
addReply(c,shared.ok);
|
||||
} else if (!strcasecmp(c->argv[2]->ptr,"yes")) {
|
||||
ldbEnable(c);
|
||||
addReply(c,shared.ok);
|
||||
|
Loading…
x
Reference in New Issue
Block a user