Redis Cache By Xon

xF2 Eklenti Redis Cache By Xon 2.18.1

indirmek için izniniz yok
Uyumlu XF Sürümleri
  1. 2.2.X
  2. 2.3.X
Ek Gereksinimler
php 7.2+
Redis (v3.0.0 veya daha yenisi)
phpredis
XenForo + Redis sistemini aktifleştirmenize olanak tanır.

Feature overview
  • A pure php redis connector
  • High availability support
  • Exposes redis cache object for use for use by other add-ons
  • Implements some minor caching of forum thread counts
  • Redirect's XenForo's individual css template caching to hit redis as otherwise it causes unexpected write & deadlocking on the xf_css_cache table
Kurulum:

Aşağıdaki kodu src/config.php dosyasına ekleyin:

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,
];

Benzer kaynaklar

Redis Flood Check TRXFTR
Aşım kontrolü için MySQL yerine Redis kullanın.
Redis View Counters TRXFTR
Görünüm sayaçları için MySQL yerine Redis kullanın.
Image Attachment Cache Control TRXFTR
Eklenti ile önbellek kontrolü başlık etiketlerinden yararlanın.
LiteSpeed Cache for XF2 - Community TRXFTR
Forumunuza yüksek performanslı sayfa önbelleğe almayı hızlı ve kolay bir şekilde uygulayın.
Attachment Improvements By Xon TRXFTR
XF'in ataşman sistemindeki iyileştirmelerden oluşan bir derleme.
Geri
Üst