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-03-15 14:15:48 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-03-15 14:15:48 +0300
commit7f653b81a325dcf21699e42ecd62d010e870c715 (patch)
treeb17549cc24adcc05ac9f644bb97b0741b0491ce7 /php_redis.h
parente5e1e705a48afcea8a794866114dfa6da5c58c20 (diff)
Added hGet/hSet + tests & documentation.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index fd0758a2..1f7f59b7 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -93,6 +93,9 @@ PHP_METHOD(Redis, expireAt);
PHP_METHOD(Redis, mset);
PHP_METHOD(Redis, rpoplpush);
+PHP_METHOD(Redis, hGet);
+PHP_METHOD(Redis, hSet);
+
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)
#else