| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonGeo<V>
Geospatial items holder
|
| Modifier and Type | Method and Description |
|---|---|
<V> RGeo<V> |
Redisson.getGeo(String name) |
<V> RGeo<V> |
Redisson.getGeo(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<V> RGeo<V> |
RedissonClient.getGeo(String name)
Returns geospatial items holder instance by
name. |
<V> RGeo<V> |
RedissonClient.getGeo(String name,
Codec codec)
Returns geospatial items holder instance by
name
using provided codec for geospatial members. |
Copyright © 2014–2018 The Redisson Project. All rights reserved.