memcache可以告诉你它总共使用了多少内存?
特定钥匙怎么样?
解决方法
在
PHP中,但我相信你能够翻译成RoR: –
echo "You are using " . $memcache->getstats()["bytes"] . " of storage "; echo "out of " . $memcache->getstats()["limit_maxbytes"];