refactoring

pull/2300/head
Nikita Koksharov 6 years ago
parent f4611f0035
commit 89181bfc11

@ -216,7 +216,7 @@ public class RedissonKeys implements RKeys {
if (commandExecutor instanceof CommandBatchService
|| commandExecutor instanceof CommandReactiveBatchService
|| commandExecutor instanceof CommandRxBatchService) {
return commandExecutor.evalWriteAsync((String)null, null, RedisCommands.EVAL_LONG,
return commandExecutor.evalWriteAsync((String) null, null, RedisCommands.EVAL_LONG,
"local keys = redis.call('keys', ARGV[1]) "
+ "local n = 0 "
+ "for i=1, #keys,5000 do "

Loading…
Cancel
Save