Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
Packages that use ReactiveGeoCommands.GeoDistCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveGeoCommands.GeoDistCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveGeoCommands.GeoDistCommandModifier and TypeMethodDescriptionReactiveGeoCommands.GeoDistCommand.and
(ByteBuffer to) Applies the to member.ReactiveGeoCommands.GeoDistCommand.between
(ByteBuffer from) Applies the from member.ReactiveGeoCommands.GeoDistCommand.feet()
Creates a newReactiveGeoCommands.GeoDistCommand
forRedisGeoCommands.DistanceUnit.FEET
.ReactiveGeoCommands.GeoDistCommand.forKey
(ByteBuffer key) Applies the Geo set key member.ReactiveGeoCommands.GeoDistCommand.kilometers()
Creates a newReactiveGeoCommands.GeoDistCommand
forRedisGeoCommands.DistanceUnit.KILOMETERS
.ReactiveGeoCommands.GeoDistCommand.meters()
Creates a newReactiveGeoCommands.GeoDistCommand
forRedisGeoCommands.DistanceUnit.METERS
.ReactiveGeoCommands.GeoDistCommand.miles()
Creates a newReactiveGeoCommands.GeoDistCommand
forRedisGeoCommands.DistanceUnit.MILES
.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveGeoCommands.GeoDistCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoDistCommand,
Distance>> ReactiveGeoCommands.geoDist
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoDistCommand> commands) Get theDistance
between from and to.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveGeoCommands.GeoDistCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoDistCommand,
Distance>> ReactiveGeoCommands.geoDist
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoDistCommand> commands) Get theDistance
between from and to.