forked from mirror/ledisdb
add missing command for nodejs client
This commit is contained in:
parent
fdad7e148f
commit
e71bfb88b1
|
@ -2,6 +2,10 @@
|
|||
module.exports = [
|
||||
"quit",
|
||||
|
||||
"ping",
|
||||
"echo",
|
||||
"select",
|
||||
|
||||
"bget",
|
||||
"bdelete",
|
||||
"bsetbit",
|
||||
|
|
Loading…
Reference in New Issue