Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis 추가 #101

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Redis 추가 #101

merged 3 commits into from
Feb 14, 2024

Conversation

jinhoon227
Copy link
Contributor

⭐️ Issue Number

🚩 Summary

운영서버와 개발서버에 docker 로 redis 를 띄웁니다. application-dev, application-prod 에 redis 설정값인 host, port, password 를 적어놨습니다.

🛠️ Technical Concerns

Redis

예전에는 spring.redis.host, spring.redis.port, spring.redis.password 로 사용했지만 지금은 spring.data.redis.host, spring.data.redis.port, spring.data.redis.password 를 사용하여 후자로 설정했습니다.

@jinhoon227 jinhoon227 added the ✨ Feature 기능 관련 label Feb 14, 2024
@jinhoon227 jinhoon227 self-assigned this Feb 14, 2024
Copy link

github-actions bot commented Feb 14, 2024

Test Results

11 tests  +11   11 ✅ +11   14s ⏱️ +14s
 8 suites + 8    0 💤 ± 0 
 8 files   + 8    0 ❌ ± 0 

Results for commit 340a967. ± Comparison against base commit 38b9e8f.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@sungjindev sungjindev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생 많으셨습니다~ 승인합니다.

@jinhoon227 jinhoon227 merged commit 0def7e0 into develop Feb 14, 2024
3 checks passed
@jinhoon227 jinhoon227 deleted the feature/redis-config(#100) branch February 14, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants