| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Method and Description |
|---|---|
long |
RedissonGeo.add(GeoEntry... entries) |
RFuture<Long> |
RedissonGeo.addAsync(GeoEntry... entries) |
| Modifier and Type | Method and Description |
|---|---|
long |
RGeo.add(GeoEntry... entries)
Adds geospatial members.
|
RFuture<Long> |
RGeoAsync.addAsync(GeoEntry... entries)
Adds geospatial members.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.