BinaryRedis.georadius

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(GeoRadiusResponse) georadius(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit)
    class BinaryRedis
    georadius
    (
    const(ubyte)[] key
    ,
    double longitude
    ,
    double latitude
    ,
    double radius
    ,)
  2. List!(GeoRadiusResponse) georadius(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)

Meta