Skip to content

Conversation

@hexedpackets
Copy link
Contributor

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Describe the solution you've provided

eredis supports taking in a username for connections in addition to the password. The default is undefined, which will remain unchanged unless redis_password is explicitly configured.

@hexedpackets hexedpackets requested a review from a team as a code owner January 17, 2025 17:36
@kinyoklion kinyoklion changed the title Allow setting a username for Redis connections feat: Add support for setting the redis username when using redis persistence. Jan 17, 2025
@kinyoklion
Copy link
Member

@hexedpackets Thank you for the contribution! This seems like a reasonable addition. It may take a little bit to review and validate.

@kinyoklion
Copy link
Member

@hexedpackets It appears that some changes will be needed to get the unit tests passing.

@hexedpackets
Copy link
Contributor Author

@hexedpackets It appears that some changes will be needed to get the unit tests passing.

Tests are passing but there was a typo in the type spec. I pushed up a fix for that and dialyzer is passing locally for me now.

Side note - might be worth adding an instruction to run make dialyze in the CONTRIBUTING.md document. I didn't realize that it ran separately from the tests task until it failed in CI.

@kinyoklion kinyoklion merged commit c37fefd into launchdarkly:main Mar 17, 2025
4 checks passed
kinyoklion pushed a commit that referenced this pull request Mar 19, 2025
🤖 I have created a release *beep* *boop*
---


##
[3.6.0](v3.5.0...v3.6.0)
(2025-03-17)


### Features

* Add support for setting the redis username when using redis
persistence.
([#142](#142))
([c37fefd](c37fefd))
* Update certifi to 2.14.0
([#144](#144))
([69771cf](69771cf))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@kinyoklion
Copy link
Member

@hexedpackets Released in 3.6.0. Thank you for the contribution. Sorry about the delay.

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