add doc for RGeo.radiusStore fromKey

pull/869/head
Cory Sherman
parent fccab83a7a
commit cbb485cb0b

@ -452,6 +452,7 @@ public interface RGeo<V> extends RScoredSortedSet<V>, RGeoAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSet<V>, RGeoAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSet<V>, RGeoAsync<V> {
* 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<V> extends RScoredSortedSet<V>, RGeoAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSet<V>, RGeoAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSet<V>, RGeoAsync<V> {
* in <code>GeoUnit</code> units with <code>GeoOrder</code>
* Store result to current Geo.
*
* @param fromKey - source Geo key
* @param member - object
* @param radius - radius in geo units
* @param geoUnit - geo unit

@ -450,6 +450,7 @@ public interface RGeoAsync<V> extends RScoredSortedSetAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSetAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSetAsync<V> {
* 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<V> extends RScoredSortedSetAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSetAsync<V> {
* in <code>GeoUnit</code> 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<V> extends RScoredSortedSetAsync<V> {
* in <code>GeoUnit</code> units with <code>GeoOrder</code>
* Store result to current Geo.
*
* @param fromKey - source Geo key
* @param member - object
* @param radius - radius in geo units
* @param geoUnit - geo unit

Loading…
Cancel
Save