Skip to content

feat: extract redis config to separate struct#4620

Merged
milosgajdos merged 1 commit intodistribution:mainfrom
shanduur:feat/extract-redis
Apr 29, 2025
Merged

feat: extract redis config to separate struct#4620
milosgajdos merged 1 commit intodistribution:mainfrom
shanduur:feat/extract-redis

Conversation

@shanduur
Copy link
Copy Markdown
Contributor

This PR introduces a dedicated RedisOptions struct to encapsulate Redis client configuration in a clean, reusable, and extensible way. This change promotes better separation of concerns, easier testing, and improved readability of configuration-related code.

Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
@github-actions github-actions bot added area/config Related to registry config area/api labels Apr 10, 2025
Copy link
Copy Markdown
Member

@milosgajdos milosgajdos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will make it a bit harder to keep up with Redis module, but maybe that's ok for stability sake

Copy link
Copy Markdown
Collaborator

@wy65701436 wy65701436 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@milosgajdos milosgajdos merged commit 95647cb into distribution:main Apr 29, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/api area/config Related to registry config

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants