Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveGeoCommands.GeoPosCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveGeoCommands.GeoPosCommand.member
(ByteBuffer member) Creates a newReactiveGeoCommands.GeoPosCommand
given a member.ReactiveGeoCommands.GeoPosCommand.members
(Collection<ByteBuffer> members) Creates a newReactiveGeoCommands.GeoPosCommand
given aCollection
of values.ReactiveGeoCommands.GeoPosCommand.of
(ByteBuffer key) Applies the Geo set key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,
org.springframework.data.geo.Point>> ReactiveGeoCommands.geoPos
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands) Get thePoint
representation of positions for one or more members.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,
org.springframework.data.geo.Point>> ReactiveGeoCommands.geoPos
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands) Get thePoint
representation of positions for one or more members.