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-09-20 19:33:59 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-09-20 19:33:59 +0400
commitc67e2ddf7405e827435cad1d14cc06eb96811a84 (patch)
treed81700d92cb75679d15be1de586a91c2ecd69109 /php_redis.h
parenta8738d7e49a8e2a42654821e98ee063a9b734137 (diff)
Re-added HMGET + doc & unit tests.
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 7cebbd8a..35dd71e6 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -110,6 +110,7 @@ PHP_METHOD(Redis, hGetAll);
PHP_METHOD(Redis, hExists);
PHP_METHOD(Redis, hIncrBy);
PHP_METHOD(Redis, hMset);
+PHP_METHOD(Redis, hMget);
PHP_METHOD(Redis, multi);
PHP_METHOD(Redis, discard);