提交 89181bfc 编写于 作者: N Nikita Koksharov

refactoring

上级 f4611f00
......@@ -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 "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册