Keywords: Redis - Microsoft Azure - Technical issue - Other
Description:
Hi,
We had Deployed an new bitnami Redis VM from Microsoft Azure Marketplace, and we had added the following code on wp-config.php file
define('WP_REDIS_SCHEME', 'tcp');
define('WP_REDIS_HOST', 'name.centralus.cloudapp.azure.com');
define('WP_REDIS_PORT', '6379');
define('WP_REDIS_DATABASE', '0');
define('WP_REDIS_PASSWORD', 'password');
we had installed Redis Object Cache plugin in wordpress to connect to the Redis VM
After installing and activating the plugin we got the Status : Connected
but when We tried to Flush the Cache by clicking the Flush Cache button on the plugin settings page we got the error below
This page isnât working www.dolfix.com is currently unable to handle this request.
HTTP ERROR 500
Please help us to resolve this!