mirror of
https://github.com/fluencelabs/redis
synced 2025-04-02 07:41:04 +00:00
Fix for a typo left after merging.
This commit is contained in:
parent
0681c5ad84
commit
5f54619494
@ -657,6 +657,8 @@ void configGetCommand(redisClient *c) {
|
|||||||
if (stringmatch(pattern,"lua-time-limit",0)) {
|
if (stringmatch(pattern,"lua-time-limit",0)) {
|
||||||
addReplyBulkCString(c,"lua-time-limit");
|
addReplyBulkCString(c,"lua-time-limit");
|
||||||
addReplyBulkLongLong(c,server.lua_time_limit);
|
addReplyBulkLongLong(c,server.lua_time_limit);
|
||||||
|
matches++;
|
||||||
|
}
|
||||||
if (stringmatch(pattern,"slowlog-log-slower-than",0)) {
|
if (stringmatch(pattern,"slowlog-log-slower-than",0)) {
|
||||||
addReplyBulkCString(c,"slowlog-log-slower-than");
|
addReplyBulkCString(c,"slowlog-log-slower-than");
|
||||||
addReplyBulkLongLong(c,server.slowlog_log_slower_than);
|
addReplyBulkLongLong(c,server.slowlog_log_slower_than);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user