Die Art und Weise, wie ich das gelöst habe, ist:
for i=0,#array,1 do
local tmp = {'zunionstore', key, #array[i], unpack(array[i])}
redis.call(unpack(tmp))
end
Die Art und Weise, wie ich das gelöst habe, ist:
for i=0,#array,1 do
local tmp = {'zunionstore', key, #array[i], unpack(array[i])}
redis.call(unpack(tmp))
end