1 Star 1 Fork 0

武耻狂徒/Survive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setconfig.lua 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
sniperHW 提交于 2015-09-03 13:05 . 屏蔽引导
--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})))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/wuchikuangtu/Survive.git
git@gitee.com:wuchikuangtu/Survive.git
wuchikuangtu
Survive
Survive
master

搜索帮助