A developer stores session data in ElastiCache Redis. The application needs to handle Redis connection failures gracefully. What is the recommended pattern?
-
A
Terminate the application on connection failure
-
B
Fall back to DynamoDB for session storage
-
C
Implement circuit breaker with fallback to stateless processing
-
D
Store sessions in the EC2 instance store