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-server
/
main.go
10 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
add test for kv
2014-05-05 07:37:44 +04:00
package
main
import
(
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
"github.com/ledisdb/ledisdb/cmd"
add test for kv
2014-05-05 07:37:44 +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
.
CmdServer
(
)
add test for kv
2014-05-05 07:37:44 +04:00
}