Enabling Redis Caching
ℹ️ Important: This article applies to our Web and Reseller Hosting packages.
Enabling Redis caching
Flushing Redis databases via SSH
Instructional Video
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.)
📌 Tip:
Ensure the PHP Redis module is enabled.
(More info: Changing PHP settings)
To flush all Redis databases:
(Replace [user] with your hosting account username.)
To flush a specific database:
(Replace [user] with your hosting account username and [db] with the database number (1-15).)
ℹ️ Reminder: Replace voorbeeld.cc with your actual domain name in this guide.
Enabling Redis caching
Flushing Redis databases via SSH
Instructional Video
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.)
📌 Tip:
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).)
ℹ️ Reminder: Replace voorbeeld.cc with your actual domain name in this guide.
🎦 Instructional Video
Updated on: 17/05/2025
Thank you!