Redis backed view counters

Redis backed view counters 2.5.0

No permission to download
XF Compatibility
  1. 2.3.x
  2. 2.2.x
Short Description
Redis provides atomic get & del when pushing view counts totals into the database.
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 can be updated per 'Update View Counters' cron task run.
Contributing features or bug fixes
Please create a GitHub Pull request via the "Find more info at github.com..." link.
Author
yuan
Views
488
Extension type
zip
File size
18.6 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Latest updates

  1. 2.5.0 - change log
    Adjust add-on title to be "Redis backed view counters" Require StandardLib v1.22.0+ Fix Redis...
  2. 2.4.1 - changelog
    Restore XF2.1 support XF2.3 support requires Redis Cache v2.17.0+
  3. 2.4.0 - changelog
    Requires StandardLib v1.19.0+ Requires Redis Cache v2.17.0+ XF2.3 compatibility...

Similar resources

Redis backed flood checking A
Moves flood checking use Redis-based atomic keys rather than scratch tables in MySQL
[AndyB]  View map M
Creates a button called View map for use in messages.
[AndyB] GPX viewer A
Shows GPX attachments in a Google map
Top