Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveGeoCommands.GeoHashCommandModifier 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.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveGeoCommands.GeoHashCommandModifier 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.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveGeoCommands.GeoHashCommandModifier 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.