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