Skip to content

DATAREDIS-576 - Support client name for Redis connections using Lettuce. #285

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

Closed
wants to merge 5 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Oct 12, 2017

We now allow configuration of the client name that is applied to connections using the Lettuce driver.

LettuceClientConfiguration configuration = LettuceClientConfiguration.builder().clientName("foo-bar").build();
LettuceConnectionFactory factory = new LettuceConnectionFactory(new RedisStandaloneConfiguration(), configuration);

Related ticket: DATAREDIS-576.

mp911de and others added 5 commits October 19, 2017 08:59
We now allow configuration of the client name that is applied to connections using the Lettuce driver.

LettuceClientConfiguration configuration = LettuceClientConfiguration.builder().clientName("foo-bar").build();
LettuceConnectionFactory factory = new LettuceConnectionFactory(new RedisStandaloneConfiguration(), configuration);
Fix typos, javadoc.
Update Javadoc, apply missing @nullable annotations, add tests and alter makefile to use Redis 4.0.2.
christophstrobl pushed a commit that referenced this pull request Oct 19, 2017
We now allow configuration of the client name that is applied to connections using the Lettuce driver.

LettuceClientConfiguration configuration = LettuceClientConfiguration.builder().clientName("foo-bar").build();
LettuceConnectionFactory factory = new LettuceConnectionFactory(new RedisStandaloneConfiguration(), configuration);

Fixed some typos, javadoc and method visibility along the way.

Original Pull Request: #285
christophstrobl added a commit that referenced this pull request Oct 19, 2017
Update Javadoc, apply missing @nullable annotations, add tests and alter makefile to use Redis 4.0.2.

Original Pull Request: #285
@christophstrobl christophstrobl deleted the issue/DATAREDIS-576 branch October 19, 2017 08:34
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