Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds support for ssl context in redis clusters #518

Merged
merged 6 commits into from
May 3, 2024

Conversation

mbrowngold
Copy link
Contributor

This is necessary when connecting to a REDIS cluster that requires an ssl context (e.g. AWS Elasticache serverless)

This is necessary when connecting to a REDIS cluster that requires an ssl context (e.g. AWS Elasticache serverless)
includes/object-cache.php Outdated Show resolved Hide resolved
@tillkruss
Copy link
Member

Great. Can you test the changes I've made. If they work for you we can merge.

@mbrowngold
Copy link
Contributor Author

Great. Can you test the changes I've made. If they work for you we can merge.

it works, but I believe you meant to do !array_key_exists() (I don't have a password on my setup so it would still work for me)

@tillkruss tillkruss merged commit 99afddd into rhubarbgroup:develop May 3, 2024
3 of 4 checks passed
@mbrowngold mbrowngold deleted the patch-1 branch May 5, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants