Uses of Class
org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation
Packages that use RedisGeoCommands.GeoLocation
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Redis specific converters used for sending data and parsing responses.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
-
Uses of RedisGeoCommands.GeoLocation in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptiondefault org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadius(byte[] key, org.springframework.data.geo.Circle within) Deprecated.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadius(byte[] key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadius(byte[] key, org.springframework.data.geo.Circle within) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadius(byte[] key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>DefaultStringRedisConnection.geoRadius(String key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoRadius(ByteBuffer key, org.springframework.data.geo.Circle circle) Get the members within the boundaries of a givenCircle.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoRadius(ByteBuffer key, org.springframework.data.geo.Circle circle, RedisGeoCommands.GeoRadiusCommandArgs geoRadiusArgs) Get the members within the boundaries of a givenCircleapplying given parameters.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoRadius(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoRadiusCommand> commands) Get the members within the boundaries of a givenCircleapplying given parameters.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadius(byte[] key, org.springframework.data.geo.Circle within) Get the members within the boundaries of a givenCircle.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadius(byte[] key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>Get the members within the boundaries of a givenCircle.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>StringRedisConnection.geoRadius(String key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadiusByMember(byte[] key, byte[] member, org.springframework.data.geo.Distance radius) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadiusByMember(byte[] key, byte[] member, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadiusByMember(byte[] key, byte[] member, double radius) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadiusByMember(byte[] key, byte[] member, org.springframework.data.geo.Distance radius) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadiusByMember(byte[] key, byte[] member, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>DefaultStringRedisConnection.geoRadiusByMember(String key, String member, double radius) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>DefaultStringRedisConnection.geoRadiusByMember(String key, String member, org.springframework.data.geo.Distance radius) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>DefaultStringRedisConnection.geoRadiusByMember(String key, String member, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoRadiusByMember(ByteBuffer key, ByteBuffer member, org.springframework.data.geo.Distance distance) Get the members within givenDistancefrom member applying given parameters.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoRadiusByMember(ByteBuffer key, ByteBuffer member, org.springframework.data.geo.Distance distance, RedisGeoCommands.GeoRadiusCommandArgs geoRadiusArgs) Get the members within givenDistancefrom member applying given parameters.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusByMemberCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoRadiusByMember(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoRadiusByMemberCommand> commands) Get the members within givenDistancefrom member applying given parameters.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadiusByMember(byte[] key, byte[] member, double radius) Get the members within the circle defined by the members coordinates and given radius.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadiusByMember(byte[] key, byte[] member, org.springframework.data.geo.Distance radius) Get the members within the circle defined by the members coordinates and givenDistance.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadiusByMember(byte[] key, byte[] member, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates, givenDistanceandRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>StringRedisConnection.geoRadiusByMember(String key, String member, double radius) Get the members within the circle defined by the members coordinates and given radius.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>StringRedisConnection.geoRadiusByMember(String key, String member, org.springframework.data.geo.Distance radius) Get the members within the circle defined by the members coordinates and givenDistance.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>StringRedisConnection.geoRadiusByMember(String key, String member, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and givenDistanceandRedisGeoCommands.GeoRadiusCommandArgs.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoSearch(byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoSearch(byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>DefaultStringRedisConnection.geoSearch(String key, GeoReference<String> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoSearch(ByteBuffer key, GeoReference<ByteBuffer> reference, GeoShape shape, RedisGeoCommands.GeoSearchCommandArgs args) Return the members of a geo set which are within the borders of the area specified by a givenshape.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoSearchCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoSearch(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoSearchCommand> commands) Get the members within givenGeoShapefromGeoReferenceapplying given parameters.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoSearch(byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) Return the members of a geo set which are within the borders of the area specified by a givenshape.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<String>>StringRedisConnection.geoSearch(String key, GeoReference<String> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) Return the members of a geo set which are within the borders of the area specified by a givenshape.ReactiveGeoCommands.GeoAddCommand.getGeoLocations()Methods in org.springframework.data.redis.connection with parameters of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionDefaultStringRedisConnection.geoAdd(byte[] key, RedisGeoCommands.GeoLocation<byte[]> location) DefaultStringRedisConnection.geoAdd(String key, RedisGeoCommands.GeoLocation<String> location) default reactor.core.publisher.Mono<Long>ReactiveGeoCommands.geoAdd(ByteBuffer key, RedisGeoCommands.GeoLocation<ByteBuffer> location) AddRedisGeoCommands.GeoLocationto key.default LongRedisGeoCommands.geoAdd(byte[] key, RedisGeoCommands.GeoLocation<byte[]> location) AddRedisGeoCommands.GeoLocationto key.StringRedisConnection.geoAdd(String key, RedisGeoCommands.GeoLocation<String> location) AddRedisGeoCommands.GeoLocationto key.ReactiveGeoCommands.GeoAddCommand.location(RedisGeoCommands.GeoLocation<ByteBuffer> geoLocation) Creates a newReactiveGeoCommands.GeoAddCommandgivenRedisGeoCommands.GeoLocation.Method parameters in org.springframework.data.redis.connection with type arguments of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptiondefault LongDefaultedRedisConnection.geoAdd(byte[] key, Iterable<RedisGeoCommands.GeoLocation<byte[]>> locations) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.DefaultStringRedisConnection.geoAdd(byte[] key, Iterable<RedisGeoCommands.GeoLocation<byte[]>> locations) DefaultStringRedisConnection.geoAdd(String key, Iterable<RedisGeoCommands.GeoLocation<String>> locations) default reactor.core.publisher.Mono<Long>ReactiveGeoCommands.geoAdd(ByteBuffer key, Collection<RedisGeoCommands.GeoLocation<ByteBuffer>> locations) AddRedisGeoCommands.GeoLocationto key.RedisGeoCommands.geoAdd(byte[] key, Iterable<RedisGeoCommands.GeoLocation<byte[]>> locations) AddRedisGeoCommands.GeoLocations to keyStringRedisConnection.geoAdd(String key, Iterable<RedisGeoCommands.GeoLocation<String>> locations) AddRedisGeoCommands.GeoLocations to keyReactiveGeoCommands.GeoAddCommand.locations(Collection<RedisGeoCommands.GeoLocation<ByteBuffer>> geoLocations) Creates a newReactiveGeoCommands.GeoAddCommandgiven an index. -
Uses of RedisGeoCommands.GeoLocation in org.springframework.data.redis.connection.convert
Methods in org.springframework.data.redis.connection.convert that return types with arguments of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionstatic <V> org.springframework.core.convert.converter.Converter<org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>,org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<V>>> Converters.deserializingGeoResultsConverter(RedisSerializer<V> serializer) Convertercapable of deserializingGeoResults.static <V> org.springframework.core.convert.converter.Converter<org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>,org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<V>>> Converters.deserializingGeoResultsConverter(RedisSerializer<V> serializer) Convertercapable of deserializingGeoResults. -
Uses of RedisGeoCommands.GeoLocation in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce that return types with arguments of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionstatic org.springframework.core.convert.converter.Converter<Set<byte[]>,org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>> LettuceConverters.bytesSetToGeoResultsConverter()static org.springframework.core.convert.converter.Converter<List<io.lettuce.core.GeoWithin<byte[]>>,org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>> LettuceConverters.geoRadiusResponseToGeoResultsConverter(org.springframework.data.geo.Metric metric) GetConvertercapable of converingGeoWithinintoGeoResults. -
Uses of RedisGeoCommands.GeoLocation in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return types with arguments of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionorg.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>Get the members within the circle defined by the members coordinates and given radius.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>Get the members within the circle defined by the members coordinates and given radius applyingMetric.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.radius(M member, org.springframework.data.geo.Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and given radius applyingMetricandRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.radius(org.springframework.data.geo.Circle within) Get the members within the boundaries of a givenCircle.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.radius(org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>Get the members within the circle defined by the members coordinates and given radius.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>Get the members within the circle defined by the members coordinates and given radius applyingMetric.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.radius(K key, M member, org.springframework.data.geo.Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and given radius applyingMetricandRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>Get the members within the boundaries of a givenCircle.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.radius(K key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>Get the members within the circle defined by the members coordinates and given radius.reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>Get the members within the circle defined by the members coordinates and given radius applyingMetric.reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.radius(K key, M member, org.springframework.data.geo.Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the circle defined by the members coordinates and given radius applyingMetricandRedisGeoCommands.GeoRadiusCommandArgs.reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>Get the members within the boundaries of a givenCircle.reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.radius(K key, org.springframework.data.geo.Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) Get the members within the boundaries of a givenCircleapplyingRedisGeoCommands.GeoRadiusCommandArgs.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(org.springframework.data.geo.Circle within) Get the members within the boundaries of a givenCircle.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, org.springframework.data.geo.Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradius.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.GeoRadiusCommandArgs.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgs.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>Get the members within the boundaries of a givenCircle.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, org.springframework.data.geo.Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradius.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.GeoRadiusCommandArgs.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box.default org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgs.org.springframework.data.geo.GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgs.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>Get the members within the boundaries of a givenCircle.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, org.springframework.data.geo.Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradius.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, org.springframework.data.geo.Distance radius, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.GeoRadiusCommandArgs.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box.default reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgs.reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgs.Methods in org.springframework.data.redis.core with parameters of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionBoundGeoOperations.add(RedisGeoCommands.GeoLocation<M> location) AddRedisGeoCommands.GeoLocationto key.GeoOperations.add(K key, RedisGeoCommands.GeoLocation<M> location) AddRedisGeoCommands.GeoLocationto key.reactor.core.publisher.Mono<Long>ReactiveGeoOperations.add(K key, RedisGeoCommands.GeoLocation<M> location) AddRedisGeoCommands.GeoLocationto key.Method parameters in org.springframework.data.redis.core with type arguments of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionBoundGeoOperations.add(Iterable<RedisGeoCommands.GeoLocation<M>> locations) AddRedisGeoCommands.GeoLocations to keyGeoOperations.add(K key, Iterable<RedisGeoCommands.GeoLocation<M>> locations) AddRedisGeoCommands.GeoLocations to keyreactor.core.publisher.Mono<Long>ReactiveGeoOperations.add(K key, Iterable<RedisGeoCommands.GeoLocation<M>> locations) AddRedisGeoCommands.GeoLocations to keyreactor.core.publisher.Flux<Long>ReactiveGeoOperations.add(K key, org.reactivestreams.Publisher<? extends Collection<RedisGeoCommands.GeoLocation<M>>> locations) AddRedisGeoCommands.GeoLocations to key -
Uses of RedisGeoCommands.GeoLocation in org.springframework.data.redis.domain.geo
Methods in org.springframework.data.redis.domain.geo with parameters of type RedisGeoCommands.GeoLocationModifier and TypeMethodDescriptionstatic <T> GeoReference<T>GeoReference.fromCoordinate(RedisGeoCommands.GeoLocation<?> location) Creates aGeoReferencefrom a WGS84 longitude/latitude coordinate.static <T> GeoReference<T>GeoReference.fromMember(RedisGeoCommands.GeoLocation<T> member) Creates aGeoReferencefrom ageoset member.
RedisCommandsProvider.geoCommands()}.