Package redis.clients.jedis.params
Class GeoRadiusStoreParam
java.lang.Object
redis.clients.jedis.params.GeoRadiusStoreParam
- All Implemented Interfaces:
IParams
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) WARNING: In Redis, if STOREDIST exists, store will be ignored.static GeoRadiusStoreParam
-
Field Details
-
store
private boolean store -
storeDist
private boolean storeDist -
key
-
-
Constructor Details
-
GeoRadiusStoreParam
public GeoRadiusStoreParam()
-
-
Method Details