From 1caa0430297051e87346cb41627068847c60d34f Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Tue, 7 Feb 2017 04:29:38 -0800 Subject: [PATCH] Add API entries for flushBuffers() and getAllKeys() --- memcached-api.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/memcached-api.php b/memcached-api.php index 64b20b26..df725091 100644 --- a/memcached-api.php +++ b/memcached-api.php @@ -275,7 +275,11 @@ public function getLastDisconnectedServer( ) {} public function flush( $delay = 0 ) {} + public function flushBuffers( ) {} + public function getStats( $type = null ) {} + + public function getAllKeys( ) {} public function getVersion( ) {}