a |
top |
add | in file memcached-client.php, method memcached::add() Adds a key/value to the memcache server if one isn't already set with that key |
c |
top |
COMPRESSION_SAVINGS | in file memcached-client.php, constant COMPRESSION_SAVINGS Minimum savings to store data compressed |
d |
top |
decr | in file memcached-client.php, method memcached::decr() Decriment a value stored on the memcache server |
delete | in file memcached-client.php, method memcached::delete() Deletes a key from the server, optionally after $time |
disconnect_all | in file memcached-client.php, method memcached::disconnect_all() Disconnects all connected sockets |
e |
top |
enable_compress | in file memcached-client.php, method memcached::enable_compress() Enable / Disable compression |
f |
top |
forget_dead_hosts | in file memcached-client.php, method memcached::forget_dead_hosts() Forget about all of the dead hosts |
g |
top |
get | in file memcached-client.php, method memcached::get() Retrieves the value associated with the key from the memcache server |
get_multi | in file memcached-client.php, method memcached::get_multi() Get multiple keys from the server(s) |
i |
top |
incr | in file memcached-client.php, method memcached::incr() Increments $key (optionally) by $amt |
m |
top |
memcached | in file memcached-client.php, class memcached memcached client class implemented using (p)fsockopen() |
memcached | in file memcached-client.php, method memcached::memcached() Memcache initializer |
memcached-client.php | procedural page memcached-client.php |
MEMCACHE_COMPRESSED | in file memcached-client.php, constant MEMCACHE_COMPRESSED Flag: indicates data is compressed |
MEMCACHE_SERIALIZED | in file memcached-client.php, constant MEMCACHE_SERIALIZED Flag: indicates data is serialized |
r |
top |
replace | in file memcached-client.php, method memcached::replace() Overwrites an existing value for key; only works if key is already set |
run_command | in file memcached-client.php, method memcached::run_command() Passes through $cmd to the memcache server connected by $sock; returns output as an array (null array if no output) |
s |
top |
$stats | in file memcached-client.php, variable memcached::$stats Command statistics |
set | in file memcached-client.php, method memcached::set() Unconditionally sets a key to a given value in the memcache. Returns true if set successfully. |
set_compress_threshold | in file memcached-client.php, method memcached::set_compress_threshold() Sets the compression threshold |
set_debug | in file memcached-client.php, method memcached::set_debug() Sets the debug flag |
set_servers | in file memcached-client.php, method memcached::set_servers() Sets the server list to distribute key gets and puts between |