mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
ACL: fix config get requirepass.
This commit is contained in:
parent
ac6e49de48
commit
7de6e30241
@ -1588,6 +1588,7 @@ void configGetCommand(client *c) {
|
|||||||
} else {
|
} else {
|
||||||
addReplyBulkCString(c,"");
|
addReplyBulkCString(c,"");
|
||||||
}
|
}
|
||||||
|
matches++;
|
||||||
}
|
}
|
||||||
setDeferredMapLen(c,replylen,matches);
|
setDeferredMapLen(c,replylen,matches);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user