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 classRedissonLexSortedSetSorted set contained values of String typeMethods in org.redisson that return RLexSortedSetAsync Modifier and Type Method Description RLexSortedSetAsyncRedissonBatch. getLexSortedSet(String name) -
Uses of RLexSortedSetAsync in org.redisson.api
Subinterfaces of RLexSortedSetAsync in org.redisson.api Modifier and Type Interface Description interfaceRLexSortedSetSorted set contained values of String typeMethods in org.redisson.api that return RLexSortedSetAsync Modifier and Type Method Description RLexSortedSetAsyncRBatch. 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
-