diff --git a/example.js b/example.js index 7f39b7c5c6..40c1746578 100644 --- a/example.js +++ b/example.js @@ -9,5 +9,5 @@ client.hkeys("hash key", function (err, replies) { replies.forEach(function (reply, i) { console.log(" " + i + ": " + reply); }); - client.end(); + client.quit(); });