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>2011-01-20 16:35:54 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2011-01-20 16:35:54 +0300
commita15d84cb76c94e2ffa87aad3fbb71f2972344398 (patch)
treef944f7bbcb81cde71e7d8c0a956c1bef764c5824 /php_redis.h
parent5c4d937a47ba2f735763926604cf4aa710333881 (diff)
Added MSETNX.
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 09af1ef0..410afb5f 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -118,6 +118,7 @@ PHP_METHOD(Redis, bgrewriteaof);
PHP_METHOD(Redis, slaveof);
PHP_METHOD(Redis, mset);
+PHP_METHOD(Redis, msetnx);
PHP_METHOD(Redis, rpoplpush);
PHP_METHOD(Redis, hGet);