| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetReactive |
RedissonReactive.getLexSortedSet(String name) |
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetReactive |
RedissonReactiveClient.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
|
RLexSortedSetReactive |
RBatchReactive.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 | Class and Description |
|---|---|
class |
RedissonLexSortedSetReactive |
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetReactive |
RedissonBatchReactive.getLexSortedSet(String name) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.