Redis.georadius

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(GeoRadiusResponse) georadius(string key, double longitude, double latitude, double radius, GeoUnit unit)
  2. alias georadius = BinaryRedis.georadius
  3. List!(GeoRadiusResponse) georadius(string key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
    class Redis
    georadius
  4. alias georadius = BinaryRedis.georadius

Meta