Uses of Interface
org.redisson.api.RLexSortedSetReactive
-
Packages that use RLexSortedSetReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RLexSortedSetReactive in org.redisson
Methods in org.redisson that return RLexSortedSetReactive Modifier and Type Method Description RLexSortedSetReactiveRedissonReactive. getLexSortedSet(String name) -
Uses of RLexSortedSetReactive in org.redisson.api
Methods in org.redisson.api that return RLexSortedSetReactive Modifier and Type Method Description RLexSortedSetReactiveRBatchReactive. 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 orderingRLexSortedSetReactiveRedissonReactiveClient. 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 RLexSortedSetReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RLexSortedSetReactive Modifier and Type Method Description RLexSortedSetReactiveRedissonBatchReactive. getLexSortedSet(String name)
-