redis各种错误解决办法org.springframework.data.redis.RedisSystemException: Cannot read Redis info; nested exc

org.springframework.data.redis.RedisSystemException: Cannot read Redis info; nested exception is java.lang.IllegalArgumentException: Malformed \\uxxxx encoding.

经过大量实践测试发现报各类redis非问题性错误都与版本有关,更换Redis版本问题即可解决。

你可能感兴趣的:(redis)