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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃Ч refactor: let user set redis url directly #468

Merged
merged 2 commits into from
Aug 3, 2023

Conversation

deleteLater
Copy link
Contributor

@deleteLater deleteLater commented Aug 3, 2023

This PR allows users to specify the complete Redis URL directly for da-server service.

Previously, users had to set Redis host, port, and password as separate configuration options. However, this approach was not flexible and didn't allow users to specify SSL options or other advanced configurations easily.

By letting users specify the complete Redis URL, users gain the flexibility to set any Redis configuration options they need, including SSL settings.

Reference

@deleteLater deleteLater self-assigned this Aug 3, 2023
@deleteLater deleteLater marked this pull request as ready for review August 3, 2023 03:53
@deleteLater deleteLater merged commit 5b01c73 into main Aug 3, 2023
@deleteLater deleteLater deleted the refactor/set-redis-url-directly branch August 3, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants