摘要: ①先确保你的redis在虚拟机的配置文件redis.conf正确 bind 0.0.0.0 //允许远程访问 requirepass 123456 //redis的密码 protected-mode no //保护模式关闭 ②关闭虚拟机的防火墙,因为防火墙可能会拦截redis的6379端口 sudo 阅读全文
posted @ 2025-07-11 15:57 连师傅只会helloword 阅读(65) 评论(0) 推荐(0)