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>2016-06-04 19:18:18 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-06-04 19:18:18 +0300
commit4f49bf754abbd7069f1a9cef85301de9e59b65fa (patch)
tree73cc155594ead21288b5185fe8c4182d7e084e49 /php_redis.h
parentb718ce0828d9c0eb9e3a2192f889958447e4c4fa (diff)
parentedd777a6b4202580975447abfc95870572795e36 (diff)
Merge commit 'edd777a6b4202580975447abfc95870572795e36' into develop
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 498ba353..b3cd4c9a 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -197,6 +197,14 @@ PHP_METHOD(Redis, slowlog);
PHP_METHOD(Redis, wait);
PHP_METHOD(Redis, pubsub);
+/* Geoadd and friends */
+PHP_METHOD(Redis, geoadd);
+PHP_METHOD(Redis, geohash);
+PHP_METHOD(Redis, geopos);
+PHP_METHOD(Redis, geodist);
+PHP_METHOD(Redis, georadius);
+PHP_METHOD(Redis, georadiusbymember);
+
PHP_METHOD(Redis, client);
PHP_METHOD(Redis, command);
PHP_METHOD(Redis, rawcommand);