代码拉取完成,页面将自动刷新
--package.cpath = "Survive/?.so"
local Db = require "common.db"
local Cjson = require "cjson"
local Sche = require "lua.sche"
--local Base64 = require "base64"
Db.Init("127.0.0.1",6379)
while not Db.Finish() do
Sche.Yield()
end
local deployment = {
["db"] = {"127.0.0.1",6379},
["group"] = {"127.0.0.1",9001},
["gate1"] = {"192.168.52.128",8010},
["game1"] = {"127.0.0.1",9002}
}
Db.CommandSync(string.format("hmset deploy 测试1服 %s",Cjson.encode(deployment)))
--Db.Command(string.format("set 测试1-toredis %s",Cjson.encode({"127.0.0.1",6379})))
--Db.Command(string.format("set 测试1-togroup %s",Cjson.encode({"127.0.0.1",9001})))
--Db.Command(string.format("set 测试1-gate1 %s",Cjson.encode({"192.168.0.87",9000})))
--Db.Command(string.format("set 测试1-game1 %s",Cjson.encode({"127.0.0.1",9002})))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。