We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
server profile 별로 다른 redis db id를 사용 중인데, default id로 지정된 id 0을 사용하지 않도록 db id를 일괄 수정하고자 합니다.
profile
db id
id
0
redis 연결할 때 db id를 따로 지정하지 않으면 자동으로 0번 id에 연결되는데, 이는 0번 id에 저장된 데이터가 의도치 않게 변경될 수 있는 상황을 야기할 수 있습니다.
REDIS_DB_ID
The text was updated successfully, but these errors were encountered:
Good 👍
Sorry, something went wrong.
ChoHadam
Successfully merging a pull request may close this issue.
리팩토링 배경
server
profile
별로 다른 redisdb id
를 사용 중인데,default id로 지정된
id
0
을 사용하지 않도록 db id를 일괄 수정하고자 합니다.redis 연결할 때
db id
를 따로 지정하지 않으면 자동으로0
번id
에 연결되는데,이는
0
번id
에 저장된 데이터가 의도치 않게 변경될 수 있는 상황을 야기할 수 있습니다.리팩토링 방법
id
0
.REDIS_DB_ID
injected when running the server.리팩토링 개선된 점
관련 링크 / 참조
The text was updated successfully, but these errors were encountered: