mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix lex tests maybe
This commit is contained in:
		| @@ -302,7 +302,9 @@ module.exports = function (redisClient, module) { | ||||
|  | ||||
| 	module.sortedSetRemoveRangeByLex = function (key, min, max, callback) { | ||||
| 		callback = callback || helpers.noop; | ||||
| 		sortedSetLex('zremrangebylex', false, key, min, max, callback); | ||||
| 		sortedSetLex('zremrangebylex', false, key, min, max, function (err) { | ||||
| 			callback(err); | ||||
| 		}); | ||||
| 	}; | ||||
|  | ||||
| 	module.sortedSetLexCount = function (key, min, max, callback) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user