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-24 18:08:09 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2011-01-24 18:08:09 +0300
commit426609531f26344745baa55106f264ec6dabc0e7 (patch)
treeec17a822b2d6518f09733900e72ca0f5a5de63d8 /php_redis.h
parent04e277db043cd8f6032ff9622b7d0ebbb141c845 (diff)
Add HSETNX.
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 d9d1f7ae..45c28bf6 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -123,6 +123,7 @@ PHP_METHOD(Redis, rpoplpush);
PHP_METHOD(Redis, hGet);
PHP_METHOD(Redis, hSet);
+PHP_METHOD(Redis, hSetNx);
PHP_METHOD(Redis, hDel);
PHP_METHOD(Redis, hLen);
PHP_METHOD(Redis, hKeys);