Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.geoaddMany(String key,
List<GeoMember> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
RedisTransaction |
RedisTransaction.geoaddMany(String key,
List<GeoMember> members,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
Modifier and Type | Method and Description |
---|---|
GeoMember |
GeoMember.setLatitude(Double val)
Set Latitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
|
GeoMember |
GeoMember.setLongitude(Double val)
Set Longitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
|
GeoMember |
GeoMember.setMember(String val)
Set the member name.
|
Constructor and Description |
---|
GeoMember(GeoMember obj) |
Copyright © 2019 Eclipse. All rights reserved.