This plugin is outdated and might not be supported anymore
Redis Post Views

Redis Post Views

Details
View on WordPress

Imagine a high traffic website that needs post views as an algorithm to display posts on the homepage.
This website also uses Varnish Caching. So we need an AJAX based post views counter.
Now imagine a minimum 5000 concurrent users browsing the website, so we can’t use the default “AJAX in Plugins” as live updates on the backend using update_post_meta will be very painful for the backend.

So what can we do ?

What if all these post views counts will be done in memory using Redis ?
Then we run a cornjob using WP-CLI to sync the post views count in Redis to the WordPress database.

Redis Post Views was born.

Details

Plugin code:
optimize-redis-post-views
Plugin version:
1.7
Outdated:
Yes
WP version:
4.5 or higher
PHP version:
5.2.4 or higher
Test up to WP version:
4.9.26
Total installations:
10
Last updated:
2018-07-27
Rating:
Times rated:
0
cache
caching
optimization
postviews
redis