Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I traverse a server in the pool? #417

Open
hoody17 opened this issue Jul 1, 2023 · 1 comment
Open

How can I traverse a server in the pool? #417

hoody17 opened this issue Jul 1, 2023 · 1 comment

Comments

@hoody17
Copy link

hoody17 commented Jul 1, 2023

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.

@lenar-f
Copy link
Contributor

lenar-f commented Jul 17, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants