Add new command: GEOADD (Redis 3.2.0).

This commit is contained in:
Daniele Alessandri
2016-05-24 12:24:30 +02:00
parent 3362e474b6
commit 7ef9619f5c
13 changed files with 172 additions and 0 deletions
+1
View File
@@ -164,6 +164,7 @@ use Predis\Profile\ProfileInterface;
* @method mixed slowlog($subcommand, $argument = null)
* @method array time()
* @method array command()
* @method int geoadd($key, $longitude, $latitude, $member)
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/