Uses of Class
redis.clients.jedis.params.GeoRadiusStoreParam
-
Packages that use GeoRadiusStoreParam Package Description redis.clients.jedis redis.clients.jedis.commands redis.clients.jedis.params -
-
Uses of GeoRadiusStoreParam in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type GeoRadiusStoreParam Modifier and Type Method Description voidBinaryClient. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongBinaryJedis. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongBinaryJedisCluster. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)voidClient. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongJedis. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongJedisCluster. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyPipelineBase. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyPipelineBase. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)voidBinaryClient. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongBinaryJedis. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongBinaryJedisCluster. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)voidClient. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongJedis. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongJedisCluster. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyPipelineBase. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyPipelineBase. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
Uses of GeoRadiusStoreParam in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type GeoRadiusStoreParam Modifier and Type Method Description LongMultiKeyBinaryCommands. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyBinaryJedisClusterCommands. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyBinaryRedisPipeline. georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyCommands. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyCommandsPipeline. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyJedisClusterCommands. georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyBinaryCommands. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyBinaryJedisClusterCommands. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyBinaryRedisPipeline. georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyCommands. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)Response<Long>MultiKeyCommandsPipeline. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam)LongMultiKeyJedisClusterCommands. georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
Uses of GeoRadiusStoreParam in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return GeoRadiusStoreParam Modifier and Type Method Description static GeoRadiusStoreParamGeoRadiusStoreParam. geoRadiusStoreParam()GeoRadiusStoreParamGeoRadiusStoreParam. store(String key)GeoRadiusStoreParamGeoRadiusStoreParam. storeDist(String key)
-