Add new command: GEODIST (Redis 3.2.0).

This commit is contained in:
Daniele Alessandri
2016-05-24 16:23:07 +02:00
parent c4e0044269
commit b2284d015f
14 changed files with 131 additions and 0 deletions
+1
View File
@@ -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>
*/