Get all values from memcached
Is there a way in memcached to just get all values? So instead of saying, with this key, retrieve this value, I want to just开发者_StackOverflow中文版 dump everything currently in memcached?
Take a look at the new beta version of memcached (1.6). I believe there is support for a new concept called tap streams. These allow you to stream all keys out of memcached as well as other kinds of streams.
精彩评论