projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0681c5a
)
Fix for a typo left after merging.
author
antirez
<antirez@gmail.com>
Tue, 12 Jul 2011 10:41:29 +0000
(12:41 +0200)
committer
antirez
<antirez@gmail.com>
Tue, 12 Jul 2011 10:43:05 +0000
(12:43 +0200)
src/config.c
patch
|
blob
|
blame
|
history
diff --git
a/src/config.c
b/src/config.c
index 5442e0366cc2bc9ab365cbdbb64a400227ad3e25..6f9657dde8ffde20b0b794f96dc81a1fdc5a171b 100644
(file)
--- a/
src/config.c
+++ b/
src/config.c
@@
-657,6
+657,8
@@
void configGetCommand(redisClient *c) {
if (stringmatch(pattern,"lua-time-limit",0)) {
addReplyBulkCString(c,"lua-time-limit");
addReplyBulkLongLong(c,server.lua_time_limit);
+ matches++;
+ }
if (stringmatch(pattern,"slowlog-log-slower-than",0)) {
addReplyBulkCString(c,"slowlog-log-slower-than");
addReplyBulkLongLong(c,server.slowlog_log_slower_than);