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

fix validation of redis context parameters array (#315) #317

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

stklcode
Copy link
Contributor

@stklcode stklcode commented Feb 1, 2025

The optional 7th argument the Redis::connect() holds an array of context parameters, required for authentication. This parameter can either be NULL or an array.

Fix the condition, so it does not reject arrays.

resolves #315

The optional 7th argument the Redis::connect() holds an array of context
parameters, required for authentication. This parameter can either be
NULL or an array.

Fix the condition, so it does not reject arrays.
@stklcode stklcode added the bug label Feb 1, 2025
@stklcode stklcode added this to the 2.4.1 milestone Feb 1, 2025
@stklcode stklcode self-assigned this Feb 1, 2025
Copy link

sonarqubecloud bot commented Feb 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Valdation of Redis servers rejects auth parameter
1 participant