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

Allow setting serializer for Redis client #297

Closed
wants to merge 2 commits into from
Closed

Allow setting serializer for Redis client #297

wants to merge 2 commits into from

Conversation

yellow1912
Copy link
Contributor

Inspired by commit 199 (#199), this commits add support
for setting serializer option for Redis client. There are many cases where
setting a specific Serializer (or none) can be very helpful.

The default serializer is set to default, which allows the Adapter to
automatically detect best Serializer to use.

Inspired by commit 199 (#199), this commits add support
for setting serializer option for Redis client. There are many cases where
setting a specific Serializer (or none) can be very helpful.

The default serializer is set to default, which allows the Adapter to
automatically detect best Serializer to use.
@piotrkochan
Copy link
Contributor

Could someone check this PR?

@Seldaek
Copy link
Collaborator

Seldaek commented Mar 29, 2018

I'm not sure I understand the trade-offs between this and #199.. what's the upside/downside?

@curry684 curry684 added the feature Introduces new functionality label Apr 11, 2018
@curry684
Copy link
Collaborator

Closed in favor of #411

@curry684 curry684 closed this Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Introduces new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants