Unverified Commit 1fabb89a authored by Binbin's avatar Binbin Committed by GitHub
Browse files

Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)

parent 4c52aa9f
...@@ -1072,7 +1072,7 @@ void configGetCommand(client *c) { ...@@ -1072,7 +1072,7 @@ void configGetCommand(client *c) {
matches++; matches++;
} }
if (stringmatch(pattern,"oom-score-adj-values",0)) { if (stringmatch(pattern,"oom-score-adj-values",1)) {
sds buf = sdsempty(); sds buf = sdsempty();
int j; int j;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment