mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
@@ -54,11 +54,10 @@ redcmd[42] = function(fd, data) -- '*'
|
|||||||
local noerr = true
|
local noerr = true
|
||||||
for i = 1,n do
|
for i = 1,n do
|
||||||
local ok, v = read_response(fd)
|
local ok, v = read_response(fd)
|
||||||
if ok then
|
if not ok then
|
||||||
bulk[i] = v
|
|
||||||
else
|
|
||||||
noerr = false
|
noerr = false
|
||||||
end
|
end
|
||||||
|
bulk[i] = v
|
||||||
end
|
end
|
||||||
return noerr, bulk
|
return noerr, bulk
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user