mirror of
https://github.com/predis/predis.git
synced 2026-08-24 10:29:27 +00:00
Add new command: GEODIST (Redis 3.2.0).
This commit is contained in:
@@ -167,6 +167,7 @@ use Predis\Profile\ProfileInterface;
|
||||
* @method int geoadd($key, $longitude, $latitude, $member)
|
||||
* @method array geohash($key, array $members)
|
||||
* @method array geopos($key, array $members)
|
||||
* @method string geodist($key, $member1, $member2, $unit = null)
|
||||
*
|
||||
* @author Daniele Alessandri <suppakilla@gmail.com>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user