You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2019. It is now read-only.
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
play-plugins/redis/src/main/scala/com/typesafe/play/redis/RedisCacheApi.scala
Line 88 in 0642612
Redis Plugin supports String and Serializable, so there is a possibility of accepting null value as
setparameter.https://github.com/pac4j/play-pac4j/issues/90 also refers to this problem.