This website requires JavaScript.
Explore
Help
Sign In
re
/
ledisdb
forked from
mirror/ledisdb
Watch
1
Star
0
Fork
You've already forked ledisdb
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
72deb0e7c7
ledisdb
/
cmd
/
ledis-cli
/
main.go
8 lines
85 B
Go
Raw
Normal View
History
Unescape
Escape
add client ledis lib and ledis-cli
2014-06-21 18:12:37 +04:00
package
main
Add a new command ledis and move all commands as the sub commands (#382) * Add a new command ledis and move all commands as the sub commands
2020-05-09 16:30:50 +03:00
import
"github.com/ledisdb/ledisdb/cmd"
use liner instead of linenoise
2015-08-02 04:23:51 +03:00
add client ledis lib and ledis-cli
2014-06-21 18:12:37 +04:00
func
main
(
)
{
Add a new command ledis and move all commands as the sub commands (#382) * Add a new command ledis and move all commands as the sub commands
2020-05-09 16:30:50 +03:00
cmd
.
CmdCli
(
)
add completion hook
2014-07-22 15:54:17 +04:00
}