Overview
Redis is an in-memory data structure store used for caching, session management, and real-time analytics. This guide will help you install and configure Redis on Webuzo.
How to install redis
You can install Redis from the Admin Panel by navigating to the following path:
Home > Apps > Install an App

Redis configuration options
Shared Redis:
When Shared Redis is selected, Redis runs as a system-wide service and listens exclusively on port 6379
Redis Per User:
When Redis Per User is selected, a separate Unix socket is created for each user within their home directory. For example:
/home/username/.redis/redis.sock

You can check the Redis status on the end user panel using the Redis Wizard.
