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

Commits on Oct 12, 2016

  1. Allow setting serializer for Redis client

    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.
    yellow1912 committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    0f9ca93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b81a8 View commit details
    Browse the repository at this point in the history