настройки REDIS для beget.ru
Добрый день Василий, пожалуйста, не откажите в помощи!
в конфиге modx revo — $config_options = array (
«cache_prefix» => «my_prefix/»,
«cache_handler» => «cache.xPDORedisCache»,
«redis_server» => «localhost:6379»,
);
настройки beget для redis
.htaccess
php_value session.save_handler «redis»
php_value session.save_path «tcp://127.0.0.1:6379»
или
• — протокол: tcp
• — адрес: 127.0.0.1
• — порт для подключения: 6379
redis видит, но толькосессии кэшируюся, и ошибки типа
Error caching time of next auto publishing event
Could not cache system settings.
Could not cache context settings for mgr.
Could not cache context settings for web.
в конфиге modx revo — $config_options = array (
«cache_prefix» => «my_prefix/»,
«cache_handler» => «cache.xPDORedisCache»,
«redis_server» => «localhost:6379»,
);
настройки beget для redis
.htaccess
php_value session.save_handler «redis»
php_value session.save_path «tcp://127.0.0.1:6379»
или
• — протокол: tcp
• — адрес: 127.0.0.1
• — порт для подключения: 6379
redis видит, но толькосессии кэшируюся, и ошибки типа
Error caching time of next auto publishing event
Could not cache system settings.
Could not cache context settings for mgr.
Could not cache context settings for web.