Heisenberg submitted a new resource:
You must be registered for see links
- Use redis for view counters rather than MySQLAdditional Requirements:
Zend Redis Cache add-on
Redis 2.8+
phpredis
License:
MIT Licence
Visible Branding:
No
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 views.
- There is an effective limit of ~100000 threads that can be updated per 'Update View Counters' cron task run.
- Requires Zend Redis Cache add-on...
You must be registered for see links
Last edited: