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@gmail.com>2013-08-28 08:26:51 +0400
committermichael-grunder <michael.grunder@gmail.com>2013-08-28 08:26:51 +0400
commit7207aae8aafd2795e6a11219e710b806a421650d (patch)
treeceeae0d880fb29700c965831fdb2bda76ebc0572 /php_redis.h
parent6cf2cea4f671052b6c738edb75c921d041d186ac (diff)
Add SLOWLOG command
Add support for the various slowlog commands you can execute in Redis, including: SLOWLOG GET [len] SLOWLOG RESET SLOWLOG LIST
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index a8f99be0..c0c11f68 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -180,6 +180,7 @@ PHP_METHOD(Redis, getOption);
PHP_METHOD(Redis, setOption);
PHP_METHOD(Redis, config);
+PHP_METHOD(Redis, slowlog);
PHP_METHOD(Redis, client);