diff --git a/client/nodejs/ledis/lib/commands.js b/client/nodejs/ledis/lib/commands.js index 6b3d17e..38ce362 100644 --- a/client/nodejs/ledis/lib/commands.js +++ b/client/nodejs/ledis/lib/commands.js @@ -2,6 +2,10 @@ module.exports = [ "quit", + "ping", + "echo", + "select", + "bget", "bdelete", "bsetbit",