PHP_CLI ERROR + doctrine

Good morning all,
I have the following error when indexing in the background:
“cache.doctrine Http Deletion Server URL does not seem to be configured, can not trigger cache deletion commands!”
I can not find where this setting is. Can you give me a search track?
Thank you.

Hello,

You can find the setting right here,

You might have to check your cache.

Hi,

cache.doctrine requires extra php extension for service it will connect. For example:
APC => php-apc, redis -> php-redis.
It does not work in cli because the extension is possibly not configured for cli mode.

Hi, I’m going to look at the settings in CLI mode.
Thank you