Results 2 comments of Klim

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), }) ```