Interface RedisGeoReactiveOperations.GeosearchBuilder<A,B>

Type Parameters:
A - key type
B - value type
All Superinterfaces:
RedisGeoReactiveOperations.AbstractGeosearchBuilder<A,B,RedisGeoReactiveOperations.GeosearchBuilder<A,B>>
Enclosing interface:
RedisGeoReactiveOperations<A,B>

public static interface RedisGeoReactiveOperations.GeosearchBuilder<A,B> extends RedisGeoReactiveOperations.AbstractGeosearchBuilder<A,B,RedisGeoReactiveOperations.GeosearchBuilder<A,B>>
GEOSEARCH key [FROMMEMBER member] [FROMLONLAT longitude latitude] [BYRADIUS radius m|km|ft|mi] [BYBOX width height m|km|ft|mi] [ASC|DESC] [COUNT count [ANY]]
Since:
1.4
Author:
Jeremy Kuhn
  • Method Details

    • build

      Flux<B> build(A key)
      Parameters:
      key -
      Returns: