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:05:19 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-30 17:05:19 +0300
commitf9bcff05d38e3aa56dfb278c4cd028cf5651effc (patch)
tree48e2918c102ff27282f808470df8fa6f45a97924 /php_redis.h
parent0b3c0f14a6b82ae92d1191da37f5e8bc9b54abe9 (diff)
Added MSET, part of redis 1.1
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 60331d1f..cee050f4 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -79,6 +79,7 @@ PHP_METHOD(Redis, ttl);
PHP_METHOD(Redis, info);
PHP_METHOD(Redis, select);
PHP_METHOD(Redis, move);
+PHP_METHOD(Redis, mset);
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)