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:
authormichael-grunder <michael-grunder@github.com>2012-05-11 00:28:08 +0400
committermichael-grunder <michael-grunder@github.com>2012-05-11 00:28:08 +0400
commit96af61b109f79a67c000dbe740c47664f9461a06 (patch)
treed2e65a58b460661f1a83ff40c1bd6fa2192258c1 /php_redis.h
parent9c9c63fb46ad6129d09a70c08dcd18d830f039d9 (diff)
SCRIPT command
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 0906eaa5..e88038c2 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -129,6 +129,7 @@ PHP_METHOD(Redis, object);
PHP_METHOD(Redis, eval);
PHP_METHOD(Redis, evalsha);
+PHP_METHOD(Redis, script);
PHP_METHOD(Redis, mset);
PHP_METHOD(Redis, msetnx);