Merge branch 'master' of github.com:redisson/redisson

pull/4608/head
Nikita Koksharov 2 years ago
commit 4d3ae58f0e

@ -47,7 +47,7 @@ public class RedissonSortedSet<V> extends RedissonObject implements RSortedSet<V
public static class BinarySearchResult<V> {
private V value;
private Integer index;
private int index = -1;
public BinarySearchResult(V value) {
super();

Loading…
Cancel
Save