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>2018-01-18 20:04:25 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-01-18 20:04:25 +0300
commit84f1f28ba2a8db539f4cc98b7dd3bb6474007cf0 (patch)
treee2687f98e25d7bfaf23ae4bff98f36f5db86037d /php_redis.h
parent837dee471ccac86581d306594ee945e82027572f (diff)
Implement SWAPDB command
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 895ad710..2d62d81d 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -108,6 +108,7 @@ PHP_METHOD(Redis, pttl);
PHP_METHOD(Redis, persist);
PHP_METHOD(Redis, info);
PHP_METHOD(Redis, select);
+PHP_METHOD(Redis, swapdb);
PHP_METHOD(Redis, move);
PHP_METHOD(Redis, zAdd);
PHP_METHOD(Redis, zDelete);