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 |
---|---|
io.reactivex.Single<Long> |
RGeoRx.add(GeoEntry... entries)
Adds geospatial members.
|
reactor.core.publisher.Mono<Long> |
RGeoReactive.add(GeoEntry... entries)
Adds geospatial members.
|
long |
RGeo.add(GeoEntry... entries)
Adds geospatial members.
|
RFuture<Long> |
RGeoAsync.addAsync(GeoEntry... entries)
Adds geospatial members.
|
Copyright © 2014–2020 Redisson. All rights reserved.