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 has been archived by the owner on Feb 9, 2019. It is now read-only.
Is this going to be addressed? It is quite a pain to check for nulls or NPEs when offering REDIS cache support.
The solution to this issue could be as simple as using String.valueOf(value) instead of value.toString, right? I'm in no way an expert, but this should be similar in Scala.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
set
parameter.pac4j/play-pac4j#90 also refers to this problem.
The text was updated successfully, but these errors were encountered: