Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchStoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveGeoCommands.GeoSearchStoreCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveGeoCommands.GeoSearchStoreCommand.at
(GeoReference<ByteBuffer> reference) Sets the geoset key.ReactiveGeoCommands.GeoSearchStoreCommand.in
(ByteBuffer key) Sets the geoset key.ReactiveGeoCommands.GeoSearchStoreCommand.storeAt
(ByteBuffer destKey) Sets the geoset destKey.ReactiveGeoCommands.GeoSearchStoreCommand.with
(RedisGeoCommands.GeoSearchStoreCommandArgs args) Sets the command args.Creates a newReactiveGeoCommands.GeoSearchStoreCommand
given aGeoShape
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoSearchStoreCommand,
Long>> ReactiveGeoCommands.geoSearchStore
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoSearchStoreCommand> commands) Store the members within givenGeoShape
fromGeoReference
applying given parameters in a new geo set.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoSearchStoreCommand,
Long>> ReactiveGeoCommands.geoSearchStore
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoSearchStoreCommand> commands) Store the members within givenGeoShape
fromGeoReference
applying given parameters in a new geo set.