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

expose the underlying client options in the connection #888

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

yisraelU
Copy link
Collaborator

Add method To RedisConnection trait to expose the underlying client options as an internal library method.
This is safe to expose regardless as its an immutable data type.
It is beneficial to expose as it allows the writing of downstream methods that are working with a connection to utilize information provided in the client options such as the configured codecs

@yisraelU yisraelU merged commit dbbb7e8 into profunktor:series/1.x Jun 24, 2024
2 checks passed
@yisraelU yisraelU deleted the Client-Options branch June 24, 2024 16:17
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