| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive | |
| org.redisson.rx |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonLexSortedSet
Sorted set contained values of String type
|
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSet |
Redisson.getLexSortedSet(String name) |
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSet |
RedissonClient.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
|
| Constructor and Description |
|---|
RedissonLexSortedSetReactive(RLexSortedSet instance) |
| Constructor and Description |
|---|
RedissonLexSortedSetRx(RLexSortedSet instance) |
Copyright © 2014–2020 Redisson. All rights reserved.