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
@@ -156,6 +156,7 @@ use Predis\Command\CommandInterface;
* @method $this slowlog($subcommand, $argument = null)
* @method $this time()
* @method $this command()
* @method $this geoadd($key, $longitude, $latitude, $member)
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/