Solved

After Contacting Magento Support, You Were Advised to Permanently Enable

Question 8

Multiple Choice

After contacting Magento Support, you were advised to permanently enable the Redis disable_locking option. How do you implement this on a Production environment?


A) Add disable_locking = true into the php.ini file in the Magento project root. Add disable_locking = true into the php.ini file in the Magento project root.
B) Modify the .magento.app.yaml file to add the REDIS_SESSION_CONFIGURATION environment variable. Modify the .magento.app.yaml file to add the REDIS_SESSION_CONFIGURATION environment variable.
C) Add the SESSION_CONFIGURATION environment variable into .magento.env.yaml with the correct value. Add the SESSION_CONFIGURATION environment variable into .magento.env.yaml with the correct value.
D) In app/etc/env.php , add disable_locking: 1 inside the Redis session configuration block. In app/etc/env.php , add disable_locking: 1 inside the Redis session configuration block.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions