From cbb485cb0bbba29ce279d4937ced7670a5d2efb9 Mon Sep 17 00:00:00 2001 From: Cory Sherman Date: Thu, 27 Apr 2017 10:59:23 -0700 Subject: [PATCH] add doc for RGeo.radiusStore fromKey --- redisson/src/main/java/org/redisson/api/RGeo.java | 6 ++++++ redisson/src/main/java/org/redisson/api/RGeoAsync.java | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/redisson/src/main/java/org/redisson/api/RGeo.java b/redisson/src/main/java/org/redisson/api/RGeo.java index 209a70ac6..ccc9ed113 100644 --- a/redisson/src/main/java/org/redisson/api/RGeo.java +++ b/redisson/src/main/java/org/redisson/api/RGeo.java @@ -452,6 +452,7 @@ public interface RGeo extends RScoredSortedSet, RGeoAsync { * in GeoUnit units. * Store result to current Geo. * + * @param fromKey - source Geo key * @param longitude - longitude of object * @param latitude - latitude of object * @param radius - radius in geo units @@ -467,6 +468,7 @@ public interface RGeo extends RScoredSortedSet, RGeoAsync { * in GeoUnit units and limited by count * Store result to current Geo. * + * @param fromKey - source Geo key * @param longitude - longitude of object * @param latitude - latitude of object * @param radius - radius in geo units @@ -484,6 +486,7 @@ public interface RGeo extends RScoredSortedSet, RGeoAsync { * and limited by count * Store result to current Geo. * + * @param fromKey - source Geo key * @param longitude - longitude of object * @param latitude - latitude of object * @param radius - radius in geo units @@ -501,6 +504,7 @@ public interface RGeo extends RScoredSortedSet, RGeoAsync { * in GeoUnit units. * Store result to current Geo. * + * @param fromKey - source Geo key * @param member - object * @param radius - radius in geo units * @param geoUnit - geo unit @@ -515,6 +519,7 @@ public interface RGeo extends RScoredSortedSet, RGeoAsync { * in GeoUnit units and limited by count * Store result to current Geo. * + * @param fromKey - source Geo key * @param member - object * @param radius - radius in geo units * @param geoUnit - geo unit @@ -530,6 +535,7 @@ public interface RGeo extends RScoredSortedSet, RGeoAsync { * in GeoUnit units with GeoOrder * Store result to current Geo. * + * @param fromKey - source Geo key * @param member - object * @param radius - radius in geo units * @param geoUnit - geo unit diff --git a/redisson/src/main/java/org/redisson/api/RGeoAsync.java b/redisson/src/main/java/org/redisson/api/RGeoAsync.java index f3bf97064..477a0d96c 100644 --- a/redisson/src/main/java/org/redisson/api/RGeoAsync.java +++ b/redisson/src/main/java/org/redisson/api/RGeoAsync.java @@ -450,6 +450,7 @@ public interface RGeoAsync extends RScoredSortedSetAsync { * in GeoUnit units. * Store result to current Geo. * + * @param fromKey - source Geo key * @param longitude - longitude of object * @param latitude - latitude of object * @param radius - radius in geo units @@ -465,6 +466,7 @@ public interface RGeoAsync extends RScoredSortedSetAsync { * in GeoUnit units and limited by count * Store result to current Geo. * + * @param fromKey - source Geo key * @param longitude - longitude of object * @param latitude - latitude of object * @param radius - radius in geo units @@ -482,6 +484,7 @@ public interface RGeoAsync extends RScoredSortedSetAsync { * and limited by count * Store result to current Geo. * + * @param fromKey - source Geo key * @param longitude - longitude of object * @param latitude - latitude of object * @param radius - radius in geo units @@ -499,6 +502,7 @@ public interface RGeoAsync extends RScoredSortedSetAsync { * in GeoUnit units. * Store result to current Geo. * + * @param fromKey - source Geo key * @param member - object * @param radius - radius in geo units * @param geoUnit - geo unit @@ -513,6 +517,7 @@ public interface RGeoAsync extends RScoredSortedSetAsync { * in GeoUnit units and limited by count * Store result to current Geo. * + * @param fromKey - source Geo key * @param member - object * @param radius - radius in geo units * @param geoUnit - geo unit @@ -528,6 +533,7 @@ public interface RGeoAsync extends RScoredSortedSetAsync { * in GeoUnit units with GeoOrder * Store result to current Geo. * + * @param fromKey - source Geo key * @param member - object * @param radius - radius in geo units * @param geoUnit - geo unit