Uses of Interface
org.redisson.api.RLexSortedSetAsync
-
Packages that use RLexSortedSetAsync Package Description org.redisson org.redisson.api -
-
Uses of RLexSortedSetAsync in org.redisson
Classes in org.redisson that implement RLexSortedSetAsync Modifier and Type Class Description class
RedissonLexSortedSet
Sorted set contained values of String typeMethods in org.redisson that return RLexSortedSetAsync Modifier and Type Method Description RLexSortedSetAsync
RedissonBatch. getLexSortedSet(String name)
-
Uses of RLexSortedSetAsync in org.redisson.api
Subinterfaces of RLexSortedSetAsync in org.redisson.api Modifier and Type Interface Description interface
RLexSortedSet
Sorted set contained values of String typeMethods in org.redisson.api that return RLexSortedSetAsync Modifier and Type Method Description RLexSortedSetAsync
RBatch. 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
-