I am trying to connect n8n to an AWS ElastiCache Redis Serverless instance, but the connection fails. n8n works normally with standard Redis/valkey deployments, but when using the Serverless version, the application cannot establish a stable connection. It appears to be related to cluster mode, TLS settings, or compatibility issues with the serverless Redis endpoint. I need to determine whether n8n officially supports Redis or Valkey Serverless and what configuration changes or workarounds are required to make the integration work.