mirror of
https://github.com/predis/predis.git
synced 2026-08-23 21:59:33 +00:00
Add new command: GEORADIUS (Redis 3.2.0).
This commit is contained in:
@@ -160,6 +160,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this geohash($key, array $members)
|
||||
* @method $this geopos($key, array $members)
|
||||
* @method $this geodist($key, $member1, $member2, $unit = null)
|
||||
* @method $this georadius($key, $longitude, $latitude, $radius, $unit, array $options = null)
|
||||
*
|
||||
* @author Daniele Alessandri <suppakilla@gmail.com>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user