redis spring boot caching
March 21, 2018
spent a long time investigating jedis unexpected end of stream issue. I’m using docker and it turns out spring boot couldn’t see it. Solved it by adding –net=host for the mean time.
March 21, 2018
spent a long time investigating jedis unexpected end of stream issue. I’m using docker and it turns out spring boot couldn’t see it. Solved it by adding –net=host for the mean time.