🗒️Redis 报错
Redis|2024-3-16|最后更新: 2024-5-31
type
status
date
slug
summary
tags
category
icon
password
在 cmd 中输入 redis-server.exe redis.windwos.exe 报错
notion image

报错原因:

6379 端口已经被绑定,上次服务没有被关闭

解决办法:

  1. 输入命令
redis-cli.exe 这里本意是启动 redis 客户端,连接本机 6379 端口 127.0.0.1 并启动 redis 服务
  1. 输入 shutdown
  1. 输入 exit 退出
notion image

重新启动

输入 redis-server.exe redis.windwos.conf
notion image
MyBatis 配置问题Vue3 与 Axios 跨域问题
Loading...