| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonLexSortedSet
Sorted set contained values of String type
|
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetAsync |
RedissonBatch.getLexSortedSet(String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RLexSortedSet
Sorted set contained values of String type
|
| Modifier and Type | Method and Description |
|---|---|
RLexSortedSetAsync |
RBatch.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
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.