To enable support Redis in Drupal, do this:
sites/default/settings.php
add code like this:$settings['redis.connection']['host'] = '/home/example/.system/redis.sock'; $settings['redis.connection']['port'] = NULL; $settings['cache']['default'] = 'cache.backend.redis'; $settings['redis.connection']['base'] = 8;
In the line with the parameter host
instead example
indicate hosting account namein which the site is hosted.
from 2-00 to 7-00