one more index start fix

pull/509/head
jackygurui 9 years ago
parent 2001c70921
commit c3f6ce0d34

@ -167,7 +167,7 @@ public class RedissonScoredSortedSetReactive<V> extends RedissonExpirableReactiv
return commandExecutor.evalWriteReactive(getName(), codec, new RedisCommand<Boolean>("EVAL", new BooleanReplayConvertor(), 4, ValueType.OBJECTS),
"local changed = 0 " +
"local s = redis.call('zrange', KEYS[1], 0, -1) "
+ "local i = 0 "
+ "local i = 1 "
+ "while i <= table.getn(s) do "
+ "local element = s[i] "
+ "local isInAgrs = false "

Loading…
Cancel
Save