前端报错:
com.netflix.hystrix.exception.HystrixRuntimeException: CacheService#set(Cache) failed and no fallback available.

重启redis命令(无法启动redis的情况解决方法)(1)

首先使用命令行进入到你所安装的redis目录下
cd C:\Program Files\Redis

然后结束该进程,输入命令:
taskkill /f /t /im redis-server.exe

然后再进行重启,成功
redis-server.exe redis.windows.conf

重启redis命令(无法启动redis的情况解决方法)(2)

重启redis命令(无法启动redis的情况解决方法)(3)

成功