How to get All memcached data in node.js?
问题 First, my purpose is when the user close the browser then the user session data should expire. Now the problem is that, my Server requires memcached to work properly. So, I want to delete that specific user session from memcached who has closed his browser. I dont want to clear all memcached so that the remaining users' session should still exist. 回答1: In Memcached there is no way to list all keys in a specific namespace unless you want to use some workarounds, and I don't recommend you in