Add new command: GEOPOS (Redis 3.2.0).

This commit is contained in:
Daniele Alessandri
2016-05-24 16:04:44 +02:00
parent 0b6b3b2558
commit c4e0044269
14 changed files with 168 additions and 0 deletions
+1
View File
@@ -166,6 +166,7 @@ use Predis\Profile\ProfileInterface;
* @method array command()
* @method int geoadd($key, $longitude, $latitude, $member)
* @method array geohash($key, array $members)
* @method array geopos($key, array $members)
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/