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-20 14:09:26 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-20 14:09:26 +0300
commit2cdbdd5fb354e25f7aa4dd5d99e063f99fe2f730 (patch)
tree54f506cc3f615a680e76f0902fd747ad0bae5a4d /php_redis.h
parent44fdf18fd0a9e3a34a7640bdbe27e0d3fa133fec (diff)
DBSIZE + slight refactoring. + test.
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 3d324f26..73e1d751 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -70,6 +70,7 @@ PHP_METHOD(Redis, bgSave);
PHP_METHOD(Redis, lastSave);
PHP_METHOD(Redis, flushDB);
PHP_METHOD(Redis, flushAll);
+PHP_METHOD(Redis, dbSize);
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)