Uses of Class
org.springframework.data.redis.connection.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
Modifier 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
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoDistCommand,
org.springframework.data.geo.Distance>> ReactiveGeoCommands.geoDist
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoDistCommand> commands) Get theDistance
between from and to.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoDistCommand,
org.springframework.data.geo.Distance>> ReactiveGeoCommands.geoDist
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoDistCommand> commands) Get theDistance
between from and to.