Skip to content

Commit 115cc0a

Browse files
authored
Add API entries for flushBuffers() and getAllKeys() (#316)
1 parent 08b39ed commit 115cc0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: memcached-api.php

+4
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,11 @@ public function getLastDisconnectedServer( ) {}
275275

276276
public function flush( $delay = 0 ) {}
277277

278+
public function flushBuffers( ) {}
279+
278280
public function getStats( $type = null ) {}
281+
282+
public function getAllKeys( ) {}
279283

280284
public function getVersion( ) {}
281285

0 commit comments

Comments
 (0)