scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

NPE from get

Open sadache opened this issue 10 years ago • 2 comments

It seems is some cases https://github.com/debasishg/scala-redis/blob/master/src/main/scala/com/redis/RedisProtocol.scala#L68 can produce a null, don't know whether it means that there is no such a key, or whether it is a bug.

sadache avatar Oct 06 '13 20:10 sadache

Can I have a failing test case ? It will help a lot :-)

debasishg avatar Oct 07 '13 16:10 debasishg

I use a basic "get" and it runs into this problem after several days of production. I will try to find a test reproducing the problem but it won't be easy.

sadache avatar Oct 07 '13 18:10 sadache