Skip to content
This repository was archived by the owner on Feb 9, 2019. It is now read-only.
This repository was archived by the owner on Feb 9, 2019. It is now read-only.

Redis Plugin: NullpointerException when setting null  #175

Description

@ide-an

I'm trying to use Redis Plugin with my Play 2.4 Java application.
When I set null value to Redis through Cache API, I get NullPointerException at

throw new IOException("could not serialize: " + value.toString)
.
Redis Plugin supports String and Serializable, so there is a possibility of accepting null value as set parameter.


https://github.com/pac4j/play-pac4j/issues/90 also refers to this problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions