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,497
    7,735
    321
    localhost
    Resource has been updated with a new update entry:



    New option to default disable XenForo's individual templating css caching.
    • XenForo2 provides per-template css caching which is vulnerable to " " cache slamming by introducing unexpected write load which is vulnerable to MySQL locking via insert ... on duplicate key update.
    • This is only an issue for sites which experience large numbers of concurrent users
    • The full CSS output is still cached by...

     

    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
    Resource has been updated with a new update entry:



    • Enable LUA by default (all Redis versions since v2.8 have supported LUA scripting)
    • Multi-DB support when counting keys in Redis instamce
    • Support being a drop in replacement for the stock Redis provider
      • Alias the config key "host" to "server"

     

    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,497
    7,735
    321
    localhost
    Resource has been updated with a new update entry:



    • Remove "Count Moderated Threads" option (caching should automatically be per-user now)
    • Simplify Thread list count caching to be more robust

     

    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,497
    7,735
    321
    localhost
    Resource updated with a new update entry:



    Work-around for buggy browsers failing to request css URLs properly

     

    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,497
    7,735
    321
    localhost
    Resource updated with a new update entry:



    • Require XenForo 2.1.+
    • Fix php 7.4 support
    • Support TLS to Redis ('server': 'tls://127.0.0.1:6379')

     

    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,497
    7,735
    321
    localhost
    Resource updated with a new update entry:



    • Add support for Sentinel AUTH
    • Add support for multiple statically configured read slaves.
    • Support displaying multiple redis stats in AdminCP home when multiple 'cache context' are configured