Fixes bug that produces the following error and causes cache to not be removed (issue #230)
play.api.cache.redis - Command DEL for key 'foo classTag::foo' failed.
redis.actors.ReplyErrorException: CROSSSLOT Keys in request don't hash to the same slot
at redis.actors.RedisReplyDecoder.$anonfun$decodeRedisReply$1(RedisReplyDecoder.scala:68)
at redis.actors.RedisReplyDecoder.$anonfun$decodeRedisReply$1$adapted(RedisReplyDecoder.scala:67)
at redis.protocol.DecodeResult.foreach(RedisProtocolReply.scala:89)
at redis.protocol.DecodeResult.foreach$(RedisProtocolReply.scala:87)
at redis.protocol.FullyDecoded.foreach(RedisProtocolReply.scala:112)
Fixes bug that produces the following error and causes cache to not be removed (issue #230)