TroubleshootingInitial
Redis Connection Issues
Troubleshoot common Redis connection problems
Redis Connection Issues
Connection Refused
Symptom: Connection refused to localhost:6379
Causes:
Solutions:
redis-cli ping
# Should return PONGnetstat -tlnp | grep 6379cache:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}Authentication Failed
Symptom: NOAUTH Authentication required
Solution: Ensure password is configured:
cache:
redis:
password: ${REDIS_PASSWORD}Connection Timeout
Symptom: Connection timed out
Solutions:
connectTimeout: 5000About Cache Layer
High-performance caching for qqq applications with Redis and in-memory support.
View Full DocumentationMore Cache Layer Articles
Powered by qqq