Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonLexSortedSet
Sorted set contained values of String type
|
class |
RedissonSortedSet<V> |
Modifier and Type | Method and Description |
---|---|
<V> RSortedSet<V> |
Redisson.getSortedSet(String name) |
<V> RSortedSet<V> |
Redisson.getSortedSet(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RLexSortedSet
Sorted set contained values of String type
|
Modifier and Type | Method and Description |
---|---|
<V> RSortedSet<V> |
RedissonClient.getSortedSet(String name)
Returns sorted set instance by name.
|
<V> RSortedSet<V> |
RedissonClient.getSortedSet(String name,
Codec codec)
Returns sorted set instance by name
using provided codec for sorted set objects.
|
Copyright © 2014–2020 Redisson. All rights reserved.