[ERROR] NOAUTH Authentication required
- ERROR
- 2020. 9. 11.
반응형
1. 문제
redis 서버에서 특정 command를 실행할때 아래와 같은 에러가 발생할 수 있다.
2. 원인
redis 서버에 password가 설정되어 있어서 그렇다. password는 redis.conf 파일을 편집해 설정할 수 있다.
3. 해결
위의 requirepass에 설정되어있는 password를 redis-cli에 아래와 같이 제출하면 된다.
추천서적
파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음
반응형
'ERROR' 카테고리의 다른 글
[ERROR] import org.junit cannot be resolved (0) | 2020.09.11 |
---|---|
[ERROR] A bean with that name has already been defined and overriding is disabled. (0) | 2020.09.11 |
[ERROR] DENIED Redis is running in protected mode because protected mode is enabled (0) | 2020.09.11 |
[ERROR] JedisPoolConfig not found (0) | 2020.09.10 |
[ERROR] localhost:8080 401 Denied (1) | 2020.09.10 |