xF2 Redis Cache By Xon

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • Compatibility update for XF 2.0 RC2

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • Fix pure-php Redis connector which breaks 'Redis View Counters' add-on for large numbers of threads to update.
    • Update test suit & misc bugfixes to redis connector (pure-php & phpredis wrapper)

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • Remove empty options page

     

    CtrlAltDel

    Active member
    xenForo 2.x.x
    xenForo 1.x.x
    vBulletin All Access Pass
    The Chest
    Donator
    Member
    Jan 22, 2017
    213
    36
    28
    Netherlands
    Heisenberg updated with a new update entry:



    • Remove debug code injecting multiple slaves
    • Fix correctly generating connection to slave for details.
    • Report serializer being used (php/igbinary).

     

    CtrlAltDel

    Active member
    xenForo 2.x.x
    xenForo 1.x.x
    vBulletin All Access Pass
    The Chest
    Donator
    Member
    Jan 22, 2017
    213
    36
    28
    Netherlands
    Heisenberg updated with a new update entry:



    Support configuration-less usage to match built-in Redis provider.
    • If no server has been configured try localhost

     

    CtrlAltDel

    Active member
    xenForo 2.x.x
    xenForo 1.x.x
    vBulletin All Access Pass
    The Chest
    Donator
    Member
    Jan 22, 2017
    213
    36
    28
    Netherlands
    Heisenberg updated with a new update entry:



    • If decompression of fetched content fails, just fail the cache get request. This should be a safe trade-off as if the key returns nothing XF stack should regenerate it.
      • Makes changing compression type a cache flush rather than rendering the site useless until Redis is manually flushed.

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • Tweak execution order of class extensions/template modifications/etc to provide predictable ordering
    • Add LICENCE and README.MD to redistributable.

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    Ensure cached css entries expire after ~1 hour like stock XenForo caching does.
    • On install, all existing css entries will be purged from the configured redis instance

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • Make AdminCP redis info block collapsable

     

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg updated with a new update entry:



    • Support compression
    • New retry_reads_on_master option, when a read to the slave-redis instance fails (ie due to the redis instance still loading data), reads will fail-back to the master instance.
    • Confirm php 7.3 compatibility for pure-php redis connector
    • Compat bugfix for phpredis-v3 for exists() function. phpredis-v3 returns a bool, credis/phpredis-v4 return an int, this ensures all backend redis connectors return...