mirror of https://github.com/redis/redis.git
				
				
				
			Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)
This commit is contained in:
		
							parent
							
								
									4c52aa9faa
								
							
						
					
					
						commit
						1fabb89a41
					
				| 
						 | 
				
			
			@ -1072,7 +1072,7 @@ void configGetCommand(client *c) {
 | 
			
		|||
        matches++;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (stringmatch(pattern,"oom-score-adj-values",0)) {
 | 
			
		||||
    if (stringmatch(pattern,"oom-score-adj-values",1)) {
 | 
			
		||||
        sds buf = sdsempty();
 | 
			
		||||
        int j;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue