mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
@@ -33,7 +33,7 @@ function _M.new(startup_nodes,opt)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function nodename(node)
|
local function nodename(node)
|
||||||
return string.format("%s:%s",node.host,node.port)
|
return string.format("%s:%d",node.host,node.port)
|
||||||
end
|
end
|
||||||
|
|
||||||
function rediscluster:get_redis_link(node)
|
function rediscluster:get_redis_link(node)
|
||||||
|
|||||||
Reference in New Issue
Block a user