Module io.inverno.mod.redis
Package io.inverno.mod.redis.operations
Interface RedisGeoReactiveOperations.GeosearchExtendedBuilder<A,B>
- Type Parameters:
A
- key typeB
- value type
- All Superinterfaces:
RedisGeoReactiveOperations.AbstractGeosearchBuilder<A,
B, RedisGeoReactiveOperations.GeosearchExtendedBuilder<A, B>>
- Enclosing interface:
RedisGeoReactiveOperations<A,
B>
public static interface RedisGeoReactiveOperations.GeosearchExtendedBuilder<A,B>
extends RedisGeoReactiveOperations.AbstractGeosearchBuilder<A,B,RedisGeoReactiveOperations.GeosearchExtendedBuilder<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]] [WITHCOORD] [WITHDIST] [WITHHASH]
- Since:
- 1.4
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
asc, byBox, byRadius, count, countany, desc, fromCoordinates, fromMember
-
Method Details
-
withcoord
RedisGeoReactiveOperations.GeosearchExtendedBuilder<A,B> withcoord()- Returns:
-
withdist
RedisGeoReactiveOperations.GeosearchExtendedBuilder<A,B> withdist()- Returns:
-
withhash
RedisGeoReactiveOperations.GeosearchExtendedBuilder<A,B> withhash()- Returns:
-
build
- Parameters:
key
-- Returns:
-