Building Tudors Redis: From Problem to Solution
Sometimes the best tools come from solving your own problems.
While managing WordPress sites, I found that Redis object caching was powerful, but the setup process was not always straightforward — especially when multiple WordPress websites shared the same hosting environment.
The theory was simple:
Could Redis be made easier and safer for the people who actually manage WordPress infrastructure?
The goal was to build a tool that would work for real-world hosting setups:
Virtualmin servers
cPanel environments
VPS hosting
Multiple WordPress installations sharing Redis
The challenge was not just connecting WordPress to Redis. The important part was isolation.
Each website needed its own cache environment, without worrying about one site’s keys interfering with another.
The result was Tudors Redis — a WordPress Redis Object Cache plugin designed with managed hosting environments in mind.
The plugin provides:
✓ Redis database assignment
✓ Per-site namespace isolation
✓ External Redis support
✓ Isolation checks before enabling cache
✓ Safe object cache management
The goal was achieved: create a simpler, safer way for WordPress administrators to use Redis without unnecessary complexity.
Tudors Redis is available as a free download:
https://webworkbench.co.uk/product/redis-object-cache-plugin-for-managed-wordpress-hosting/
I hope it helps the Virtualmin community and anyone running multiple WordPress sites who wants a more controlled Redis setup.
