Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2019-02-13 23:37:27 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-02-14 00:07:35 +0300
commit22d81a94eee2ea613fc515e1d714b73142d46241 (patch)
tree92338153230ab3758996be6ad701077c596fbb6d /php_redis.h
parent7bc845e8835fdbf14193efe9f076b738082852d5 (diff)
Implement GEORADIUS_RO and GEORADIUSBYMEMBER_RO
This addresses #1502, #1487
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 655f9730..8dc2f5c6 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -205,7 +205,9 @@ PHP_METHOD(Redis, geohash);
PHP_METHOD(Redis, geopos);
PHP_METHOD(Redis, geodist);
PHP_METHOD(Redis, georadius);
+PHP_METHOD(Redis, georadius_ro);
PHP_METHOD(Redis, georadiusbymember);
+PHP_METHOD(Redis, georadiusbymember_ro);
PHP_METHOD(Redis, client);
PHP_METHOD(Redis, command);