Skip to content

DATAREDIS-713, DATAREDIS-643 - Introduce constants for commonly used StringSerializers, provide ReactiveStringRedisTemplate #288

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 7 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Oct 17, 2017

  • Introduce constants for commonly used StringSerializers: We now provide constant StringSerializers for US-ASCII, ISO 8859-1 and UTF-8 encoding.
  • Provide ReactiveStringRedisTemplate: Provide a String-focused convenience class for simpler bootstrapping and to provide a dedicated bean type for the application context when using auto-configuration.

These changes are more of a polishing nature.


Related tickets: DATAREDIS-713, DATAREDIS-643.

mp911de and others added 7 commits October 19, 2017 10:51
We now provide constant StringSerializers for US-ASCII, ISO 8859-1 and UTF-8 encoding.
Added static methods for common serializers (string, json, java) to RedisSerializer.
Provide a String-focused convenience class for simpler bootstrapping and to provide a dedicated bean type for the application context when using auto-configuration.
Update Javadoc and remove trailing whitespaces.
christophstrobl pushed a commit that referenced this pull request Oct 20, 2017
We now provide constant StringSerializers for US-ASCII, ISO 8859-1 and UTF-8 encoding.

Original Pull Request: #288
christophstrobl added a commit that referenced this pull request Oct 20, 2017
Added static methods for common serializers (string, json, java) to RedisSerializer.

Original Pull Request: #288
christophstrobl pushed a commit that referenced this pull request Oct 20, 2017
Provide a String-focused convenience class for simpler bootstrapping and to provide a dedicated bean type for the application context when using auto-configuration.

Original Pull Request: #288
christophstrobl added a commit that referenced this pull request Oct 20, 2017
Update Javadoc and remove trailing whitespaces.

Original Pull Request: #288
@christophstrobl christophstrobl deleted the issue/DATAREDIS-713 branch October 20, 2017 08:39
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