Interface RedisGeoReactiveOperations.AbstractGeoradiusExtendedBuilder<A,B,C extends RedisGeoReactiveOperations.AbstractGeoradiusExtendedBuilder<A,B,C>>

Type Parameters:
A - key type
B - value type
C - builder type
All Superinterfaces:
RedisGeoReactiveOperations.AbstractGeoradiusBuilder<A,B,C>
All Known Subinterfaces:
RedisGeoReactiveOperations.GeoradiusbymemberExtendedBuilder<A,B>, RedisGeoReactiveOperations.GeoradiusExtendedBuilder<A,B>
Enclosing interface:
RedisGeoReactiveOperations<A,B>

public static interface RedisGeoReactiveOperations.AbstractGeoradiusExtendedBuilder<A,B,C extends RedisGeoReactiveOperations.AbstractGeoradiusExtendedBuilder<A,B,C>> extends RedisGeoReactiveOperations.AbstractGeoradiusBuilder<A,B,C>
  • GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC]
  • GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC]
Since:
1.4
Author:
Jeremy Kuhn
  • Method Details

    • withcoord

      C withcoord()
      Returns:
    • withdist

      C withdist()
      Returns:
    • withhash

      C withhash()
      Returns: