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>2014-04-28 03:26:11 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-05 23:37:18 +0300
commit2f69b07ee482386bbe8b0a8f0a093ad712212c41 (patch)
tree6a9ab5ef4ebdbbcfd51296bc9572662e9c7d5b16 /config.m4
parent37af5ed021d9f7c9c196cb35782c4d382fe3756f (diff)
Initial commit of RedisCluster class and library
This is an initial commmit which adds a RedisCluster class as well as the framework around which we'll be building proper cluster support. The first commit just contains the code to set up and use our new RedisCluster class as well as parsing logic to handline CLUSTER NODES such that we can map the keyspace. Next up, command processing and then pipelining in a sane way.
Diffstat (limited to 'config.m4')
-rwxr-xr-xconfig.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 205a858c..af8c5f33 100755
--- a/config.m4
+++ b/config.m4
@@ -99,5 +99,5 @@ dnl Check for igbinary
dnl
dnl PHP_SUBST(REDIS_SHARED_LIBADD)
- PHP_NEW_EXTENSION(redis, redis.c library.c redis_session.c redis_array.c redis_array_impl.c, $ext_shared)
+ PHP_NEW_EXTENSION(redis, redis.c library.c redis_session.c redis_array.c redis_array_impl.c redis_cluster.c cluster_library.c, $ext_shared)
fi