Klim
Results
2
comments of
Klim
@j-a-h-i-r do you have updates for this issue?
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), }) ```