Uses of Interface
org.redisson.api.RLexSortedSet
-
Packages that use RLexSortedSet Package Description org.redisson org.redisson.api org.redisson.reactive org.redisson.rx -
-
Uses of RLexSortedSet in org.redisson
Classes in org.redisson that implement RLexSortedSet Modifier and Type Class Description classRedissonLexSortedSetSorted set contained values of String typeMethods in org.redisson that return RLexSortedSet Modifier and Type Method Description RLexSortedSetRedisson. getLexSortedSet(String name) -
Uses of RLexSortedSet in org.redisson.api
Methods in org.redisson.api that return RLexSortedSet Modifier and Type Method Description RLexSortedSetRedissonClient. getLexSortedSet(String name)Returns String based Redis Sorted Set instance by name All elements are inserted with the same score during addition, in order to force lexicographical ordering -
Uses of RLexSortedSet in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RLexSortedSet Constructor Description RedissonLexSortedSetReactive(RLexSortedSet instance) -
Uses of RLexSortedSet in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RLexSortedSet Constructor Description RedissonLexSortedSetRx(RLexSortedSet instance)
-