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

Please add support for one more command #362

Open
lordjim1985 opened this issue Jun 4, 2021 · 1 comment
Open

Please add support for one more command #362

lordjim1985 opened this issue Jun 4, 2021 · 1 comment

Comments

@lordjim1985
Copy link

Hi,

I would like to ask if it is possible to add support for one more command for memcached?

lru_crawler metadump all

Best regards

@safonovklim
Copy link

Try to use:

const client = new Memcached('127.0.0.1:11211');
client.command({
    command: "lru_crawler metadump all",
    callback: (err, data) => console.log(err, data),
})

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