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

fixing issue #219 don't add redis username by default #227

Merged
merged 14 commits into from
Feb 23, 2023

Conversation

kencochrane
Copy link
Collaborator

With Redis < 6 there was no username, so if you put a username it causes confusion for the older versions of Redis. This change should fix that, but need some people to confirm it fixes them before we merge.

tied to #219

@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #227 (f6635ab) into master (a4b3f9f) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   92.92%   92.92%           
=======================================
  Files          13       13           
  Lines         438      438           
=======================================
  Hits          407      407           
  Misses         31       31           
Impacted Files Coverage Δ
defender/connection.py 96.77% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kencochrane kencochrane merged commit b0f90e6 into master Feb 23, 2023
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.

1 participant