Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fix the redis issue with TLS/SSL in AWS Redis (ray-project#29244)
When connecting to secured redis sometimes config is not allowed (https://redis.io/docs/manual/security/) by default for security reasons by the vendor. In Ray, Redis used to be used for pubsub, but not anymore. This PR just deletes this config setup so that it can be used with vendor's redis.
- Loading branch information