Class ReactiveGeoCommands.GeoHashCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
ReactiveGeoCommands
GEOHASH command parameters.- Since:
- 2.0
- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionmember(ByteBuffer member) Creates a newReactiveGeoCommands.GeoHashCommandgiven a member.members(Collection<ByteBuffer> members) Creates a newReactiveGeoCommands.GeoHashCommandgiven aCollectionof values.of(ByteBuffer key) Applies the Geo set key.Methods inherited from class ReactiveRedisConnection.KeyCommand
getKeyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReactiveRedisConnection.Command
getName
-
Method Details
-
member
Creates a newReactiveGeoCommands.GeoHashCommandgiven a member.- Parameters:
member- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoHashCommandfor a member.
-
members
Creates a newReactiveGeoCommands.GeoHashCommandgiven aCollectionof values.- Parameters:
members- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoHashCommandfor aCollectionof values.
-
of
Applies the Geo set key. Constructs a new command instance with all previously configured properties.- Parameters:
key- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoHashCommandwith key applied.
-
getMembers
- Returns:
- never null.
-