Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✅ 작업 내용
🙈 참고 사항
S3처럼 local에서 EmbeddedRedis를 사용할까 했는데 다음을 이유로 그러지 않기로 했습니다.
우선은 local 프로파일로 서버를 돌려보고 싶으시다면 redis를 실행하고 사용하시면 됩니다~
테스트의 경우에는Testcontainers를 통한 통합테스트 추상 클래스에 redis 컨테이너를 추가했으니 신경쓰지 않으셔도 됩니다.