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

Description
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.