Redis Cache By Xon

Redis Cache By Xon 2.18.9

Нет прав на скачивание
Совместимость с XF
  1. 2.3.x
  2. 2.2.x
Краткое описание
This add-on requires Xon's Standard Library and Credis with custom cache provider for Redis. Install phpredis for best performance. Configures Redis cache with server details. Enables read from slave for improved performance. Supports Redis Sentinel for high availability.
This add-on require Standard Library by Xon
This add-on uses Credis with a custom cache provider for Redis (based off Cm_Cache_Backend_Redis). For best performance, install the php extension: phpredis
Installation
and add:
PHP:
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['provider'] = 'SV\RedisCache\Redis';
$config['cache']['config'] = [
    'server' => '127.0.0.1',
    'port' => 6379,
];
Troubleshooting
Please be aware that Redis is very sensitive to latency in a virtual environment. If repeated connection failures or protocol errors are experienced disable any Redis Persistence options.
Read Scaling
With the $config['cache']['config']['load_from_slave'] option, reads can be deferred to a singular slave instance. This takes all the options of 'config' (except the slave config)
See the FAQ for configuration samples.
High availability
The Zend component support master/slave setups with Redis Sentinel support. It does not support Redis multi-master clustering.
  • Additionally, this add-on implement caching of thread counts in a forum.
  • Redis Sentinel support for high-availability (see FAQ for details).
redis-options.webp
redis-stats.webp
Автор
newimage
Просмотры
1,653
Тип расширения
zip
Размер файла
80.6 КБ
Первый выпуск
Последнее обновление
Оценки 5.00 звезды 2 оценок
Ссылка не работает? Отправить сообщение команде NP, и мы поможем вам очень быстро!
Поддержите разработчика Если вы довольны тестом или ваш проект приносит доход, нажмите кнопку «Больше информации», чтобы поддержать разработчика покупкой.

Последние обновления

  1. 2.18.9 - change log
    Fix XF2.3 compatibility where "Call to undefined method...
  2. 2.18.8 - change log
    Fix showing an empty "maxmemory" redis info section in admincp
  3. 2.18.7 - change log
    Fix incorrect order of applying TLS options for a connection and using redis password...

Последние отзывы

  • Анонимно
  • 5.00 звезды
  • Версия: 2.10.7 - Bugfix & Maintenance update
wonderful
  • Анонимно
  • 5.00 звезды
  • Версия: 2.10.7 - Bugfix & Maintenance update
Xon has some of the most useful addons and this is one of them. He also has unrivaled support. Literally fixing bugs within a day.

Похожие ресурсы

[AndyB]  Rebuild post reactions cache A
This add-on is useful to remove deleted members reactions.
Просмотры
399
Обновлено
[FF] Page Criteria for Xon Browser Detection A
dd a new set of criterion to the Page criteria
Просмотры
499
Обновлено
[TickTackk] Image Attachment Cache Control A
This add-on allows controlling image attachments cache headers.
Просмотры
222
Обновлено
Вверх