我在Redis伺服器上使用帶有模板快取的flask: TIMEOUT = 60 * 60 ... @cache.memoize(timeout=TIMEOUT) def update_date(): return manager.getData()
確定! 回上一頁