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

项目无法启动redis的情况解决

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

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

然后再进行重启,成功
redis-server.exe redis.windows.conf
项目无法启动redis的情况解决
项目无法启动redis的情况解决

成功

相关文章:

  • 2021-06-15
  • 2021-09-16
  • 2021-08-11
  • 2021-08-08
  • 2021-10-25
  • 2021-05-28
  • 2021-10-12
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2021-05-27
相关资源
相似解决方案