# Redis Status Analyzer PRO
| Category | Severity | Time To Fix |
|---|---|---|
| ✅ Reliability | Major | 5 minutes |
Class: Enlightn\EnlightnPro\Analyzers\Reliability\RedisStatusAnalyzer
# Introduction
This analyzer confirms that your Redis connections are accessible.
If the application is unable to connect to your Redis servers, this analyzer will result in a failure.
# How To Fix
You would need to check connectivity between the Redis server and your web server, and also check if the Redis server is running.
# Configuration Options
By default, this analyzer tests connectivity for all Redis connections configured in your application. You may configure this in Enlightn using the redis_connections configuration option in your config/enlightn.php file:
'redis_connections' => [
'default', 'cache',
],
# Skip Condition
This analyzer is skipped if your application does not use Redis.