Uses of Interface
org.redisson.api.RLexSortedSetReactive
Packages that use RLexSortedSetReactive
-
Uses of RLexSortedSetReactive in org.redisson
Methods in org.redisson that return RLexSortedSetReactive -
Uses of RLexSortedSetReactive in org.redisson.api
Methods in org.redisson.api that return RLexSortedSetReactiveModifier and TypeMethodDescriptionRBatchReactive.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 orderingRedissonReactiveClient.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