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-08 22:28:57 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-06-08 22:28:57 +0300
commit3a33700c28679f5a42cdd168cddb6cc7d4776e0a (patch)
tree357b26eae4f0aa689d863547c1dccee5c4a4bbad /redis_cluster.h
parentf4bf4e306a98f89034ea9892392a1f15f6272cab (diff)
Cluster geo commands and a generic so cluster and redis tests both work
Diffstat (limited to 'redis_cluster.h')
-rw-r--r--redis_cluster.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/redis_cluster.h b/redis_cluster.h
index 8693d0d4..6f2a7ca3 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -239,6 +239,12 @@ PHP_METHOD(RedisCluster, pubsub);
PHP_METHOD(RedisCluster, script);
PHP_METHOD(RedisCluster, slowlog);
PHP_METHOD(RedisCluster, command);
+PHP_METHOD(RedisCluster, geoadd);
+PHP_METHOD(RedisCluster, geohash);
+PHP_METHOD(RedisCluster, geopos);
+PHP_METHOD(RedisCluster, geodist);
+PHP_METHOD(RedisCluster, georadius);
+PHP_METHOD(RedisCluster, georadiusbymember);
/* SCAN and friends */
PHP_METHOD(RedisCluster, scan);