Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个小型网络应用程序只是为了好玩。应用程序将仅使用 nginx(及其模块)、几个带有 ssi 和 redis 的 html 页面。使用嵌入式 perl 模块、redis2 模块和其他一些模块构建 Nginx。
问题: 如何将redis的响应保存到nginx变量(redis2模块响应原始TCP)?
(我知道lua 模块,但我不想使用 is)。可以缓存以缓存来自 redis2 模块的原始 TCP 响应吗?也许我应该使用 perl 呢?