Authored by chunhua.zhang

no message

... ... @@ -53,7 +53,7 @@ function upordown(upstream_name,is_backup,peer_id,down_value)
t["backup"]=is_backup
t["id"]=peer_id
t["value"]=down_value
local rKey=upstream_name .. ":" .. tostring(id) .. ":" .. tostring(is_backup)
local rKey=upstream_name .. ":" .. tostring(peer_id) .. ":" .. tostring(is_backup)
local key="d:" .. rKey
local vKey="v:" .. rKey
cache:add(vKey,0)
... ...