Memcached::getAllKeys
Gets the keys stored on all the servers
Description
public arrayfalse Memcached::getAllKeys()
Note:
This method is intended for debugging purposes and should not be used at scale!
Parameters
This function has no parameters.
Return Values
Returns the keys stored on all the servers on success or false
on failure.