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
@@ -158,6 +158,7 @@ use Predis\Command\CommandInterface;
* @method $this command()
* @method $this geoadd($key, $longitude, $latitude, $member)
* @method $this geohash($key, array $members)
* @method $this geopos($key, array $members)
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/