1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

Zend Redis Cache 缓存 1.4.0

Redis 缓存

  1. admin
    兼容版本:
    • 1.4
    • 1.5
    This "addon" packages Cm_Cache_Backend_Redis and Credis with a little glue-code to provide a Zend Cache for Redis. For best performance, install the php extension: phpredis

    Additionally, this addon implement caching of thread counts in a forum.

    As for clustering, the Zend component doesn't yet support it. There is some ongoing open source development to extend it. But it has been stalled for about 6 months.

    Optionally, pipelining can be enabled in XenForo_Model_DataRegistry::getMulti by adding the following lines to config.php. Preferably after setting up the cache.
    代码:
    require(XenForo_Application::getConfigDir().'/SV/RedisCache/Installer.php');

最近更新

  1. 版本更新
  2. 版本更新
  3. 版本更新