我有一个lua脚本,需要在可变数量的键上调用zunionstore。我正在尝试执行以下代码: local args = redis.call("zrange", "weight", 0, -1, "WITHSCORES") local r,w ...
確定! 回上一頁