Redis Object CacheRedis is an in-memory caching service. It stores frequently requested data in memory so your website or application does not need to generate the same data repeatedly. Redis Object Cache is especially useful for dynamic platforms such as WordPress, WooCommerce, and other applications, where object caching can improve performance by reducing repeated database requests. Redis is fully integrated into the Control Panel through a dedicated Redis Object Cache section.
Create a Redis instanceIf Redis has been purchased as an upgrade option, the Redis instance is created automatically. On plans with WebApps support, no separate Redis purchase is required. To start using Redis, open the Redis Object Cache section in the Control Panel, click Create, and choose the memory size for the instance. Connect WordPress to RedisYou can connect WordPress to Redis either during a new installation or later through the WordPress Manager in your Control Panel. This eliminates manual configuration and lets you enable Redis caching for WordPress with just a few clicks. For a new WordPress installation:
For an existing WordPress installation:
Note: WordPress Manager automatically installs and configures the Redis Object Cache plugin. If another object caching solution is already enabled in WordPress, you must disable it before connecting the site to Redis, or reconfigure it manually to use the listed Redis socket. Only one object caching solution can be active in WordPress at a time. Connect another application to RedisYou can also use Redis with other applications that support Redis connections. Your application must be configured to connect to Redis over a Unix socket.
Important: The Redis instance integrated into the Control Panel is non-persistent. It is designed for object caching and temporary data only and must not be used for permanent data storage. Redis is configured with the maxmemory-policy allkeys-lru eviction policy, which means the least recently used keys can be removed automatically when the memory limit is reached. Purge the Redis cachePurging the cache can be useful after major content changes, configuration updates, or when troubleshooting. To purge the cache:
This removes the currently cached data from the selected Redis instance. The Redis instance itself remains active and your application can continue using it. Start or stop a Redis instanceYou can start or stop a Redis instance at any time:
Warning: If you stop a Redis instance, any applications that use it may stop working until the instance is started again. Redis instance statusThe Status column shows the current condition of the Redis instance based on its memory usage and cache activity:
Click View stats to view the instance statistics:
The statistics window shows the current status of the instance and key metrics such as memory usage, hit rate, evictions, connections, and operations per second. It also includes charts for memory usage and cache efficiency, helping you assess whether the current memory allocation is sufficient. |