public static class ReactiveGeoCommands.GeoHashCommand extends ReactiveRedisConnection.KeyCommand
GEOHASH
command parameters.Modifier and Type | Method and Description |
---|---|
List<ByteBuffer> |
getMembers() |
static ReactiveGeoCommands.GeoHashCommand |
member(ByteBuffer member)
Creates a new
ReactiveGeoCommands.GeoHashCommand given a member. |
static ReactiveGeoCommands.GeoHashCommand |
members(Collection<ByteBuffer> members)
Creates a new
ReactiveGeoCommands.GeoHashCommand given a Collection of values. |
ReactiveGeoCommands.GeoHashCommand |
of(ByteBuffer key)
Applies the Geo set key.
|
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveGeoCommands.GeoHashCommand member(ByteBuffer member)
ReactiveGeoCommands.GeoHashCommand
given a member.member
- must not be null.ReactiveGeoCommands.GeoHashCommand
for a member.public static ReactiveGeoCommands.GeoHashCommand members(Collection<ByteBuffer> members)
ReactiveGeoCommands.GeoHashCommand
given a Collection
of values.members
- must not be null.ReactiveGeoCommands.GeoHashCommand
for a Collection
of values.public ReactiveGeoCommands.GeoHashCommand of(ByteBuffer key)
key
- must not be null.ReactiveGeoCommands.GeoHashCommand
with key applied.public List<ByteBuffer> getMembers()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.