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