| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.rx |
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetRx |
RedissonRx.getLexSortedSet(String name) |
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetRx |
RBatchRx.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
|
RLexSortedSetRx |
RedissonRxClient.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
|
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetRx |
RedissonBatchRx.getLexSortedSet(String name) |
Copyright © 2014–2021 Redisson. All rights reserved.