今天同事需要清理memcache中某种前缀的key的值,但memcache没有专门的这种命令,我帮忙在网上找了一段程序:
How about this function in php: function deletekeysbyindex($prefix) { $m = new Memcached(); $m->addServer('localhost', 11211); $keys = $m->getAllKeys(); foreach ($keys as $index => $
2002-2023 v11.7 a-j-e-0