Skip to content

Comments

[#8] Redis JSON 직렬화된 문자열 형식 수정#20

Merged
manbron236 merged 3 commits intodevelopfrom
feat/storyCommunity/#8
Jan 28, 2026
Merged

[#8] Redis JSON 직렬화된 문자열 형식 수정#20
manbron236 merged 3 commits intodevelopfrom
feat/storyCommunity/#8

Conversation

@manbron236
Copy link
Contributor

🧩 구현/변경 사항

  • Redis JSON 직렬화된 문자열 형식 수정

BREAKING CHANGE (옵션)

  • <호환성 깨짐 / API 변경 / 클라이언트 수정 필요 사항>
  • (예: /user/{userId}/alert/user/queue/alert 변경, timestamp 포맷 KST 필수 등)

참고

  • 기타 후속 작업이나 주의사항
  • (예: JWT 인증은 추후 연동 예정, 로깅 레벨은 임시 상향 조정 등)
  • Redis에 저장 될때 숫자 문자열 "0"이 아니라 JSON 직렬화된 문자열 ""0""과 같이 저장되어 있어 StringRedisSerializer로 변경하였습니다.

🪞 회고 및 개선 아이디어 (옵션)


💬 리뷰 받고 싶은 부분 (옵션)

@manbron236 manbron236 self-assigned this Jan 28, 2026
@manbron236 manbron236 added the enhancement New feature or request label Jan 28, 2026
Copy link

@damiiya damiiya left a comment

Choose a reason for hiding this comment

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

수고했어요!

Copy link

@haribonyam haribonyam left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

@manbron236 manbron236 merged commit f516f3a into develop Jan 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants