add missing command for nodejs client

This commit is contained in:
holys 2014-08-16 16:39:28 +08:00
parent fdad7e148f
commit e71bfb88b1
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
module.exports = [ module.exports = [
"quit", "quit",
"ping",
"echo",
"select",
"bget", "bget",
"bdelete", "bdelete",
"bsetbit", "bsetbit",