این افزونه از Credis با یک ارائه دهنده کش سفارشی برای Redis (بر اساس Cm_Cache_Backend_Redis ) استفاده می کند. برای بهترین عملکرد، پسوند php را نصب کنید: phpredis
شما باید یک نمونه Redis را نصب کرده باشید، این احتمالاً با میزبانی مشترک امکان پذیر نیست .
در حالی که XenForo 2 دارای کانکتور redis است، به phpredis نیاز دارد . این افزونه ندارد.
نمای کلی ویژگی
لطفاً توجه داشته باشید که Redis به تأخیر در یک محیط مجازی بسیار حساس است. اگر مکرر خرابی های اتصال یا خطاهای پروتکل تجربه شد، گزینه های Redis Persistence را غیرفعال کنید . گزینهها بهطور پیشفرض، تعداد رشتههای انجمن ذخیره میشوند. به طور کلی، این امر هنگام جابجایی تعداد زیادی از موضوعات از یک انجمن به انجمن دیگر قابل مشاهده است و تعداد کل صفحات اشتباه است.
داشبورد Admincp Statistics Redis با آمار اولیه redis گسترش یافته است:
Read Scaling
با گزینه $config['cache']['config']['load_from_slave']، خواندن را می توان به یک نمونه Slave منفرد موکول کرد. این همه گزینههای «پیکربندی» را میگیرد (به جز پیکربندی برده)
Redis Cache By Xon 2.14.0
برای نمونههای پیکربندی به پرسشهای متداول مراجعه کنید.
در دسترس بودن بالا
مؤلفه Zend از تنظیمات اصلی/برده با پشتیبانی Redis Sentinel پشتیبانی می کند. از خوشه بندی چند کارشناسی ارشد Redis پشتیبانی نمی کند.
مجوز تحت مجوز BSD جدید
لطفاً یک درخواست GitHub Pull از طریق پیوند "اطلاعات بیشتر" ایجاد کنید.
مشارکتها
اگر از این افزونه قدردانی میکنید، لطفاً از طریق PayPal مشارکت کنید. جزئیات از طریق گفتگوی خصوصی ارائه خواهد شد.
لطفاً در صورت تمایل برای ترتیبات مختلف مجوز با من تماس بگیرید.
شما باید یک نمونه Redis را نصب کرده باشید، این احتمالاً با میزبانی مشترک امکان پذیر نیست .
در حالی که XenForo 2 دارای کانکتور redis است، به phpredis نیاز دارد . این افزونه ندارد.
نمای کلی ویژگی
- یک کانکتور redis خالص php
- پشتیبانی در دسترس بالا
- شیء cache redis را برای استفاده توسط افزونه های دیگر در معرض دید قرار می دهد
- برخی از کش های جزئی تعداد رشته های انجمن را اجرا می کند
- ذخیره سازی قالب css اختصاصی XenForo را تغییر مسیر دهید تا به redis ضربه بزنید زیرا در غیر این صورت باعث نوشتن و بن بست غیرمنتظره در جدول xf_css_cache می شود.
لطفاً توجه داشته باشید که Redis به تأخیر در یک محیط مجازی بسیار حساس است. اگر مکرر خرابی های اتصال یا خطاهای پروتکل تجربه شد، گزینه های Redis Persistence را غیرفعال کنید . گزینهها بهطور پیشفرض، تعداد رشتههای انجمن ذخیره میشوند. به طور کلی، این امر هنگام جابجایی تعداد زیادی از موضوعات از یک انجمن به انجمن دیگر قابل مشاهده است و تعداد کل صفحات اشتباه است.
داشبورد Admincp Statistics Redis با آمار اولیه redis گسترش یافته است:
Read Scaling
با گزینه $config['cache']['config']['load_from_slave']، خواندن را می توان به یک نمونه Slave منفرد موکول کرد. این همه گزینههای «پیکربندی» را میگیرد (به جز پیکربندی برده)
Redis Cache By Xon 2.14.0
برای نمونههای پیکربندی به پرسشهای متداول مراجعه کنید.
در دسترس بودن بالا
مؤلفه Zend از تنظیمات اصلی/برده با پشتیبانی Redis Sentinel پشتیبانی می کند. از خوشه بندی چند کارشناسی ارشد Redis پشتیبانی نمی کند.
- علاوه بر این، این افزونه ذخیره سازی تعداد موضوعات را در یک انجمن اجرا می کند.
- پشتیبانی از Redis Sentinel برای دسترسی بالا (برای جزئیات به پرسشهای متداول مراجعه کنید).
مجوز تحت مجوز BSD جدید
- Credis
- کد افزونه XenForo
لطفاً یک درخواست GitHub Pull از طریق پیوند "اطلاعات بیشتر" ایجاد کنید.
مشارکتها
اگر از این افزونه قدردانی میکنید، لطفاً از طریق PayPal مشارکت کنید. جزئیات از طریق گفتگوی خصوصی ارائه خواهد شد.
لطفاً در صورت تمایل برای ترتیبات مختلف مجوز با من تماس بگیرید.
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
You must have a Redis instance installed, this is likely not possible with shared hosting
While XenForo 2 has a redis connector, it requires phpredis. This add-on does not.
Feature overview
You must have a Redis instance installed, this is likely not possible with shared hosting
While XenForo 2 has a redis connector, it requires phpredis. This add-on does not.
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
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.
Options
By default, forum thread counts are cached. In general, this is observable when moving large number of threads from one forum to another, and the total page counts are wrong.
Redis Statistics
Admincp dash board is extended with basic redis statistics:
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.
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.
Options
By default, forum thread counts are cached. In general, this is observable when moving large number of threads from one forum to another, and the total page counts are wrong.
Redis Statistics
Admincp dash board is extended with basic redis statistics:
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).
Licencing
Components licenced under; New BSD
Components licenced under; New BSD
- Credis
Components licenced under; MIT Licence
- XenForo Add-on code
Contributing features or bug fixes
Please create a GitHub Pull request via the "More Information" link.
Contributions
If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.
Please contact me if you wish for different licencing arrangements.
Please create a GitHub Pull request via the "More Information" link.
Contributions
If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.
Please contact me if you wish for different licencing arrangements.