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 = [
|
module.exports = [
|
||||||
"quit",
|
"quit",
|
||||||
|
|
||||||
|
"ping",
|
||||||
|
"echo",
|
||||||
|
"select",
|
||||||
|
|
||||||
"bget",
|
"bget",
|
||||||
"bdelete",
|
"bdelete",
|
||||||
"bsetbit",
|
"bsetbit",
|
||||||
|
|
Loading…
Reference in New Issue