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 13:39:55 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-20 13:39:55 +0300
commit44fdf18fd0a9e3a34a7640bdbe27e0d3fa133fec (patch)
treee1a8ec8894dbaaf1ea2a6f6459410e3308ad4f55 /php_redis.h
parent0d775b40ed5d533ad684ab98f775d10f2ad23d82 (diff)
FLUSHDB, FLUSHALL. + tests.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index da473db4..3d324f26 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -68,6 +68,8 @@ PHP_METHOD(Redis, setTimeout);
PHP_METHOD(Redis, save);
PHP_METHOD(Redis, bgSave);
PHP_METHOD(Redis, lastSave);
+PHP_METHOD(Redis, flushDB);
+PHP_METHOD(Redis, flushAll);
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)