Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveGeoCommands.GeoSearchCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveGeoCommands.GeoSearchCommand.at
(GeoReference<ByteBuffer> reference) Sets the geoset key.ReactiveGeoCommands.GeoSearchCommand.in
(ByteBuffer key) Sets the geoset key.ReactiveGeoCommands.GeoSearchCommand.with
(RedisGeoCommands.GeoSearchCommandArgs args) Sets the command args.Creates a newReactiveGeoCommands.GeoSearchCommand
given aGeoShape
.Modifier and TypeMethodDescriptionreactor.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 givenGeoShape
fromGeoReference
applying given parameters.Modifier and TypeMethodDescriptionreactor.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 givenGeoShape
fromGeoReference
applying given parameters.