mirror of https://mirror.osredm.com/root/redis.git
Lua debugger: reply +OK to SCRIPT DEBUG no.
Thanks to Itamar Haber for reporting.
This commit is contained in:
parent
333547dab6
commit
3d24cd6bf8
|
@ -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…
Reference in New Issue