Azure Redis 缓存 + Azure 上的 WordPress

Azure Redis Cache + WordPress On Azure

我已经按照 post 中的说明进行了配置,但 Redis 状态始终显示未连接。我试图在 redis 缓存实例上打开诊断,但似乎没有任何请求到达服务本身。有任何想法吗?

predis 库不支持 HTTPS,您必须使用 6379 的非 HTTPS 端点。

经过更多调查后,插件讨论页面上似乎有一个线程涵盖了大部分场景...我会通读此内容并确保您也将内容放在正确的位置.. .

https://wordpress.org/support/topic/enabling-with-predis-and-remote-redis

有时在编辑wp-config.php文件后,当你点击diagnostics时,它会显示Redis: not found,但你可能需要稍等片刻,尝试Enable Redis object and disable Redis对象很少时间从 wp-config 文件中获取更新信息。

I have put together a blog post which list down detailed steps to configure Redis Cache with WordPress on Azure.

希望对您有所帮助。

redis缓存和wordpress可以使用https。您需要将其设置为设置 WP_REDIS_SCHEME 以使用 TLS。参见:https://cloud.accigo.se/blog/how-to-set-up-azure-redis-cache-for-wordpress/