黑马点评报错
Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException:
MOVED 11443 192.168.xxx.xxx:6383
原因是application.yaml文件没有配置好,沿用了standalone模式而非cluster模式,平时采用单例模式,但是应该用集群模式!
黑马点评报错
Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException:
MOVED 11443 192.168.xxx.xxx:6383
原因是application.yaml文件没有配置好,沿用了standalone模式而非cluster模式,平时采用单例模式,但是应该用集群模式!