| Modifier and Type | Method and Description |
|---|---|
static GeoArgs |
coordinates()
Creates new
GeoArgs with WITHCOORD enabled. |
static GeoArgs |
count(long count)
Creates new
GeoArgs with COUNT set. |
static GeoArgs |
distance()
Creates new
GeoArgs with WITHDIST enabled. |
static GeoArgs |
full()
Creates new
GeoArgs with distance, coordinates and hash enabled. |
static GeoArgs |
hash()
Creates new
GeoArgs with WITHHASH enabled. |
public static GeoArgs distance()
GeoArgs with WITHDIST enabled.GeoArgs with WITHDIST enabled.GeoArgs.withDistance()public static GeoArgs coordinates()
GeoArgs with WITHCOORD enabled.GeoArgs with WITHCOORD enabled.GeoArgs.withCoordinates()public static GeoArgs hash()
GeoArgs with WITHHASH enabled.GeoArgs with WITHHASH enabled.GeoArgs.withHash()public static GeoArgs full()
GeoArgs with distance, coordinates and hash enabled.GeoArgs with WITHDIST, WITHCOORD, WITHHASH enabled.GeoArgs.withDistance(),
GeoArgs.withCoordinates(),
GeoArgs.withHash()public static GeoArgs count(long count)
GeoArgs with COUNT set.count - number greater 0.GeoArgs with COUNT set.GeoArgs.withCount(long)Copyright © 2021 lettuce.io. All rights reserved.