Uses of Interface
org.redisson.api.RLexSortedSet
Packages that use RLexSortedSet
-
Uses of RLexSortedSet in org.redisson
Classes in org.redisson that implement RLexSortedSetModifier and TypeClassDescriptionclassSorted set contained values of String typeMethods in org.redisson that return RLexSortedSetModifier and TypeMethodDescriptionRedisson.getLexSortedSet(String name) Redisson.getLexSortedSet(CommonOptions options) -
Uses of RLexSortedSet in org.redisson.api
Methods in org.redisson.api that return RLexSortedSetModifier and TypeMethodDescriptionRedissonClient.getLexSortedSet(String name) Returns String based Redis Sorted Set instance by name.RedissonClient.getLexSortedSet(CommonOptions options) Returns String based Redis Sorted Set instance with specifiedoptions. -
Uses of RLexSortedSet in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RLexSortedSet -
Uses of RLexSortedSet in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RLexSortedSet