-
Redis/MacOs Redis 설치 후 "Could not connect to Redis at 127.0.0.1:6379: Connection refused" 에러DEV/other things 2024. 8. 29. 10:01
MacOs에서 Redis를 설치한 후 Could not connect 에러가 발생.
에러
(base) iMac:~ seokbong$ redis-cli Could not connect to Redis at 127.0.0.1:6379: Connection refused not connected>
다른 블로그의 글을 봤는데 나에게는 해당이 되지 않았고 그냥 재실행 하니 되었음.
재실행
(base) iMac:~ seokbong$ brew services restart redis ==> Successfully started `redis` (label: homebrew.mxcl.redis) (base) iMac:~ seokbong$ redis-cli 127.0.0.1:6379>
brew로 설치하였기 때문에 "brew services restart redis"로 재실행하니 정상 작동하였음.
'DEV > other things' 카테고리의 다른 글
trumbowyg table bug (0) 2024.09.04 Redis/MacOs Redis 설치 (0) 2024.08.29 Certbot을 통해 무료 SSL 발급받기(임시 및 갱신) (0) 2024.08.19 linux systemctl을 사용하지 못하는 경우 (0) 2024.08.13 Zendesk ZCLI React App 생성 (0) 2024.06.14