Spring Boot报错问题解决
报错提示:
[17360] 31 Jul 08:36:10.918 # Creating Server TCP listening socket *:6379: bind: Unknown error
解决方法:
redis>redis-cli.exe
127.0.0.1:6379> shutdown
not connected> exit
解决后:
报错提示:
[17360] 31 Jul 08:36:10.918 # Creating Server TCP listening socket *:6379: bind: Unknown error
解决方法:
redis>redis-cli.exe
127.0.0.1:6379> shutdown
not connected> exit
解决后: