nginx lua讀redis ... local red = redis:new() -- 設定後續操作的超時(以毫秒為單位)保護,包括connect方法red:set_timeout(60000) -- 連線redis; ...
確定! 回上一頁