Warning: Memcache::get() [memcache.get]: Node no longer exists
问题 I am new to memcached but I do need to fix this error quick on the website I don't know where to cut in? Anything that I can do to find out which node or key memcached failed to get? Any log files can I look into? 回答1: This occurs when you store an object which has references to recources such as file descriptors or database connections. It can also occur if the object you get is of a class which isn't loaded when you get it from memcached. To find out which memcached key fails, you could set