def lua_storage(): conn = redis_conn() lua = """ local storage = redis.call('get','storage') if (storage ~= nil) then if tonumber(storage) >= 0 then return ...
確定! 回上一頁