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.favre-felix@owlient.eu>2009-11-30 17:29:25 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-30 17:29:25 +0300
commit3754f3c39d0361a4779db592e9b1c593b5b5d93c (patch)
tree615a1415a18d22b56cb162b0e53994ee47bac8a5 /php_redis.h
parentf9bcff05d38e3aa56dfb278c4cd028cf5651effc (diff)
Added RPOPLPUSH + tests.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index cee050f4..017a25e5 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -79,7 +79,9 @@ PHP_METHOD(Redis, ttl);
PHP_METHOD(Redis, info);
PHP_METHOD(Redis, select);
PHP_METHOD(Redis, move);
+
PHP_METHOD(Redis, mset);
+PHP_METHOD(Redis, rpoplpush);
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)