Open
Conversation
Open
1 task
…o feature/common/#200
dodari5882
approved these changes
Jun 23, 2024
config/redis-master-1.conf
Outdated
| @@ -0,0 +1,5 @@ | |||
| port 7001 | |||
Contributor
Author
There was a problem hiding this comment.
다른 설정들은 같은데 port 번호는 달라서 설정파일을 각각 작성하게 됐습니다
| import org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator; | ||
|
|
||
| @SpringBootApplication(nameGenerator = FullyQualifiedAnnotationBeanNameGenerator.class) | ||
| public class RedisApplication { |
Contributor
Author
There was a problem hiding this comment.
모듈에서 실행파일은 없어야 될 것 같습니다 이부분 삭제하겠습니다
hjm12223
approved these changes
Jun 24, 2024
rdb파일이 정상적으로 들어가지 않았을 때 write 요청을 모두 차단하는 설정 allkey-lru는 모든 key를 lru알고리즘을 통해 삭제
This reverts commit 5767a0d.
📝 Jacoco Test Coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
개요
공통으로 사용되는 Redis 설정
this branch is #200
PR 유형
어떤 변경 사항이 있나요?
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
Redis docker 띄우기
Redis 도커 컴포즈 실행
docker-compose -p "redis-single" -f ./redis-single.yml up -d-p 도커 이름
-f 폴더 위치
-d 백그라운드 실행
Redis 상태 확인
docker exec -it redis-single-redis_container-1 redis-cli -c -p 6379 infoyml 파일 설정