Package redis.clients.jedis.params
Class GeoRadiusParam
java.lang.Object
redis.clients.jedis.params.GeoRadiusParam
- All Implemented Interfaces:
IParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate Integerprivate SortingOrderprivate booleanprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) count(int count) count(int count, boolean any) static GeoRadiusParamsortingOrder(SortingOrder order) withDist()withHash()
-
Field Details
-
withCoord
private boolean withCoord -
withDist
private boolean withDist -
withHash
private boolean withHash -
count
-
any
private boolean any -
sortingOrder
-
-
Constructor Details
-
GeoRadiusParam
public GeoRadiusParam()
-
-
Method Details