Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
Packages that use ReactiveGeoCommands.GeoAddCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveGeoCommands.GeoAddCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveGeoCommands.GeoAddCommandModifier and TypeMethodDescriptionReactiveGeoCommands.GeoAddCommand.location
(RedisGeoCommands.GeoLocation<ByteBuffer> geoLocation) Creates a newReactiveGeoCommands.GeoAddCommand
givenRedisGeoCommands.GeoLocation
.ReactiveGeoCommands.GeoAddCommand.locations
(Collection<RedisGeoCommands.GeoLocation<ByteBuffer>> geoLocations) Creates a newReactiveGeoCommands.GeoAddCommand
given an index.ReactiveGeoCommands.GeoAddCommand.to
(ByteBuffer key) Applies the Geo set key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveGeoCommands.GeoAddCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoAddCommand,
Long>> ReactiveGeoCommands.geoAdd
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoAddCommand> commands) AddRedisGeoCommands.GeoLocation
s to key.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveGeoCommands.GeoAddCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveGeoCommands.GeoAddCommand,
Long>> ReactiveGeoCommands.geoAdd
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoAddCommand> commands) AddRedisGeoCommands.GeoLocation
s to key.