You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second, I try to add lru_crawler metadump all method for Connection in connection.js
Connection.prototype['lru_crawler metadump all'] = function() {
// How to implement ?
};
Now, how to deal with the response data in lru_crawler metadump all is complicated for me, so can you add such method or tell me how to implement ?
Thanks.
I'm a develop from China, so please forgive me English :)
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build a Memcached desktop, and I need to fetch all the keys stored in Memcached.
Because Memcached's cachedump command can only dump the
COLD
item, so I need to use thelru_crawler metadump
command to fetch all keys. See this linkI trying to add such method by myself.
First, I add a keys method in client.js
Second, I try to add
lru_crawler metadump all
method for Connection in connection.jsNow, how to deal with the response data in
lru_crawler metadump all
is complicated for me, so can you add such method or tell me how to implement ?Thanks.
I'm a develop from China, so please forgive me English :)
The text was updated successfully, but these errors were encountered: