Open hoody17 opened 1 year ago
Is there any way to get all the keys of a memcached server in the pool? Or how can I develop a function to achieve that, give me a rough idea please.
There is no such an api to list all the keys on a server. I imagine if you manage to write something like this it would be extremely slow - a server can store billions of keys. What is your use-case?
Is there any way to get all the keys of a memcached server in the pool? Or how can I develop a function to achieve that, give me a rough idea please.