public static class GeoRadiusStoreArgs.Builder extends Object
GeoRadiusStoreArgs.| Modifier and Type | Method and Description |
|---|---|
static <K> GeoRadiusStoreArgs |
count(long count)
Creates new
GeoRadiusStoreArgs with COUNT set. |
static <K> GeoRadiusStoreArgs |
store(K key)
Creates new
GeoRadiusStoreArgs with STORE enabled. |
static <K> GeoRadiusStoreArgs |
withStoreDist(K key)
Creates new
GeoRadiusStoreArgs with STOREDIST enabled. |
public static <K> GeoRadiusStoreArgs store(K key)
GeoRadiusStoreArgs with STORE enabled.key - must not be null.GeoRadiusStoreArgs with STORE enabled.GeoRadiusStoreArgs.withStore(Object)public static <K> GeoRadiusStoreArgs withStoreDist(K key)
GeoRadiusStoreArgs with STOREDIST enabled.key - must not be null.GeoRadiusStoreArgs with STOREDIST enabled.GeoRadiusStoreArgs.withStoreDist(Object)public static <K> GeoRadiusStoreArgs count(long count)
GeoRadiusStoreArgs with COUNT set.count - number greater 0.GeoRadiusStoreArgs with COUNT set.GeoRadiusStoreArgs.withStoreDist(Object)Copyright © 2021 lettuce.io. All rights reserved.