Home
last modified time | relevance | path

Searched refs:sendMemcacheCommand (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pecl-memcache/memcache-8.0/
H A Dmemcache.php69 $result[$server] = sendMemcacheCommand($host,$port,$command);
73 function sendMemcacheCommand($server,$port,$command){ function
124 $resp = sendMemcacheCommand($host,$port,'stats cachedump '.$slabId.' '.$limit);
132 $resp = sendMemcacheCommand($host,$port,'flush_all');
856 $r = sendMemcacheCommand($h,$p,'get '.$theKey);
887 $r = sendMemcacheCommand($h,$p,'delete '.$theKey);