BinaryRedis.geoadd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Long geoadd(const(ubyte)[] key, double longitude, double latitude, const(ubyte)[] member)
    class BinaryRedis
    Long
    geoadd
    (
    const(ubyte)[] key
    ,
    double longitude
    ,
    double latitude
    ,
    const(ubyte)[] member
    )
  2. Long geoadd(const(ubyte)[] key, Map!(const(ubyte)[], GeoCoordinate) memberCoordinateMap)

Meta