Articles on: Web Hosting
This article is also available in:

Enabling Redis Caching

ℹ️ Important: This article applies to our Web and Reseller Hosting packages.


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

Was this article helpful?

Share your feedback

Cancel

Thank you!