Enabling Redis Caching
ℹ️ Important: This article applies to our Web and Reseller Hosting packages.
Enabling Redis caching
- Log in to
https://voorbeeld.cc:2222
(or use Single Sign-On (SSO)). - Under Advanced Features, click Redis.
- Use the toggle on the page to enable Redis. (By default, Redis is disabled.)
- Ensure the PHP Redis module is enabled.
(More info: Changing PHP settings)
Flushing Redis databases via SSH
- To flush all Redis databases:
redis-cli -s /home/[user]/.redis/redis.sock FLUSHALL
(Replace [user] with your hosting account username.)
- To flush a specific database:
redis-cli -n [db] -s /home/[user]/.redis/redis.sock FLUSHDB
(Replace [user] with your hosting account username and [db] with the database number (1-15).)
🎦 Instructional Video
Updated on: 17/05/2025
Thank you!