트러블 슈팅(Trouble Shooting)

[mac OS (Inter / Silicon)] redis.conf 경로

머훈 2024. 6. 11. 02:46
cd /usr/local/etc/redis.conf
no such file or directory: etc

 

 

redis 서버 Password 설정 관련해서 redis.conf 경로로 접속했으나 해당 파일을 찾지 못하는 오류 발생함.

 

 

Intel /usr/local/etc/redis.conf
Silicon /opt/homebrew/etc/redis.conf

 

 

1. MacOs 기기별 접속 root 상이함

  • Intel : /usr/local/etc/redis.conf 
  • Silicon(M1, M2, M3) : /opt/homebrew/etc/redis.conf