merge servicecache branch

This commit is contained in:
Cloud Wu
2014-04-29 14:39:54 +08:00
8 changed files with 235 additions and 46 deletions

View File

@@ -112,6 +112,7 @@ function COMMAND.help()
start = "lanuch a new lua service",
snax = "lanuch a new snax service",
clearcache = "clear lua code cache",
service = "List unique service",
}
end
@@ -137,3 +138,7 @@ function COMMAND.snax(...)
return "Failed"
end
end
function COMMAND.service()
return skynet.call("SERVICE", "lua", "LIST")
end