未验证 提交 a394e061 编写于 作者: N Nikita Koksharov 提交者: GitHub

Merge pull request #3000 from sulake/bugfix/write_mode

Write mode for modifying set.
......@@ -232,7 +232,7 @@ public class RedissonScoredSortedSet<V> extends RedissonExpirable implements RSc
params.add(BigDecimal.valueOf(t.getValue()).toPlainString());
}
return commandExecutor.evalReadAsync((String) null, IntegerCodec.INSTANCE, RedisCommands.EVAL_INT_LIST,
return commandExecutor.evalWriteAsync((String) null, IntegerCodec.INSTANCE, RedisCommands.EVAL_INT_LIST,
"local r = {} " +
"for i, v in ipairs(ARGV) do " +
"if i % 2 == 0 then " +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册