support user tag

This commit is contained in:
Cloud Wu
2018-05-28 23:13:05 +08:00
parent 7a26926965
commit f8b5ec48e8
2 changed files with 10 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ skynet.start(function()
skynet.send(proxy, "lua", "PING", "proxy")
skynet.fork(function()
skynet.trace()
skynet.trace("cluster")
print(cluster.call("db", "@sdb", "GET", "a"))
print(cluster.call("db2", "@sdb", "GET", "b"))
cluster.send("db2", "@sdb", "PING", "db2:longstring" .. largevalue)