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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-10-21 12:16:52 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-10-21 12:16:52 +0400
commite750f8651cdaeade00aa615e1c66b7661a2c23a2 (patch)
treeb8801f9973ad5c9b5a596435d88a1ea6e45e7476 /php_redis.h
parent6168e12a33513a9a4ff06d2e2ce6fe3d5dfc0270 (diff)
Added SLAVEOF.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 7f48e70d..c0b2e3d4 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -108,6 +108,7 @@ PHP_METHOD(Redis, zInter);
PHP_METHOD(Redis, zUnion);
PHP_METHOD(Redis, expireAt);
PHP_METHOD(Redis, bgrewriteaof);
+PHP_METHOD(Redis, slaveof);
PHP_METHOD(Redis, mset);
PHP_METHOD(Redis, rpoplpush);