Uses of Class
org.redisson.api.GeoEntry
Packages that use GeoEntry
-
Uses of GeoEntry in org.redisson
Methods in org.redisson with parameters of type GeoEntryModifier and TypeMethodDescriptionlonglongRedissonGeo.addIfExists(GeoEntry... entries) RedissonGeo.addIfExistsAsync(GeoEntry... entries) longRedissonGeo.tryAddAsync(GeoEntry... entries) -
Uses of GeoEntry in org.redisson.api
Methods in org.redisson.api with parameters of type GeoEntryModifier and TypeMethodDescriptionlongAdds geospatial members.reactor.core.publisher.Mono<Long> Adds geospatial members.io.reactivex.rxjava3.core.Single<Long> Adds geospatial members.Adds geospatial members.longRGeo.addIfExists(GeoEntry... entries) Adds geospatial members only if it's already exists.reactor.core.publisher.Mono<Long> RGeoReactive.addIfExists(GeoEntry... entries) Adds geospatial members only if it's already exists.io.reactivex.rxjava3.core.Single<Long> RGeoRx.addIfExists(GeoEntry... entries) Adds geospatial members only if it's already exists.RGeoAsync.addIfExistsAsync(GeoEntry... entries) Adds geospatial members only if it's already exists.longAdds geospatial members only if has not been added before.reactor.core.publisher.Mono<Long> Adds geospatial members only if has not been added before.io.reactivex.rxjava3.core.Single<Long> Adds geospatial members only if has not been added before.RGeoAsync.tryAddAsync(GeoEntry... entries) Adds geospatial members only if has not been added before.