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