redis

  1. Zer01ne

    XF 2 Tip Official Redis Cache

    To setup XenForos build in Redis you do not need any addon. In Ubuntu 24.04 1. Install Redis Bash: #apt install php8.3-redis 2. In src/config.php $config['cache']['enabled'] = true; $config['cache']['sessions'] = true; $config['cache']['provider'] = 'Redis'; $config['cache']['config']['host'] =...
  2. ENXF NET

    xF2 Add-on Redis View Counters 2.4.0

    Moves some view counters to use Redis-based increment counters rather than scratch tables in MySQL. Redis provides atomic get & del when pushing view counts totals into the database. Note; Currently only handles thread or attachment views. There is an effective limit of ~100000 threads that...
  3. ENXF NET

    xF2 Add-on Redis Cache By Xon 2.17.2

    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...
  4. ENXF NET

    xF2 Add-on Redis Flood Check 2.2.0

    Moves flood checking use Redis-based atomic keys rather than scratch tables in MySQL Contributing features or bug fixes Please create a GitHub Pull request via the "Find more info at github.com..." link. Contributions If you appreciate this add-on, please consider a contribution via PayPal...
  5. ENXF NET

    xF1 Add-on User Activity by Xon 1.6.7

    Displays user activity in various places. Displays user activity below content, supported content:; Threads Forum Conversations Reports NixFifty's Tickets NixFifty's Calendar Displays user activity counts inline with title, supported content: Thread List Sticky Thread List Index Page Forums...
Top