| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonGeo<V>
Geospatial items holder
|
class |
RedissonLexSortedSet
Sorted set contained values of String type
|
class |
RedissonScoredSortedSet<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RScoredSortedSet<V> |
Redisson.getScoredSortedSet(String name) |
<V> RScoredSortedSet<V> |
Redisson.getScoredSortedSet(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RGeo<V>
Geospatial items holder.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RScoredSortedSet<V> |
RedissonClient.getScoredSortedSet(String name)
Returns Redis Sorted Set instance by name.
|
<V> RScoredSortedSet<V> |
RedissonClient.getScoredSortedSet(String name,
Codec codec)
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.