-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Allow override default RedisSerializer #283
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
Comments
@rwinch I am trying to use Jackson2JsonRedisSerializer but I could not make it work. Is this feature already released or should I wait for the next release? |
You need the brixton build-snapshot |
Thanks. Is there a roadmap for the next stable release? |
@fehmicansaglam From a Spring Session perspective you should only need 1.1.0.M1. Can you provide more details on how this is not working? |
Milestone works but it was not clear that this feature was not supported in
|
@fehmicansaglam Glad to hear it works in 1.1.0.M1. This issue has 1.1.0.M1 as the selected milestone. Can you clarify why it wasn't clear you needed 1.1.0.M1 (perhaps something else made this misleading)? |
I am not sure. It was possibly my bad. On 4 February 2016 at 19:32:04, Rob Winch ([email protected]) wrote:
|
@fehmicansaglam Thanks for the fast response. Not a problem it happens. I just wanted to make sure that there wasn't something we could do to make this more clear. Thanks again for your feedback! |
When using
@EnableRedisHttpSession
you can now override the defaultRedisSerializer
by specifying a bean with the name ofdefaultRedisSerializer
.The text was updated successfully, but these errors were encountered: