Can anyone help me with this problem by deserializing my value contained in redis based on the key (being an object)?
Stacktrace:
[warn] application - could not deserialize key:<myKey> ex:java.lang.ClassNotFoundException: models.<MyClass> java.lang.ClassNotFoundException: models.<MyClass>
I'm using play 2.0.8
Thank you