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

DRAW-408 그림 데이터 Redis 직렬화 & 역직렬화 오류 수정 #8

Open
wants to merge 3 commits into
base: feature/DRAW-375
Choose a base branch
from

Conversation

SunwoongH
Copy link
Member

Related Jira ✔

Description ✔

PR Rule ✔

P1: 꼭 반영해주세요 (Request changes)
P2: 적극적으로 고려해주세요 (Request changes)
P3: 웬만하면 반영해 주세요 (Comment)
P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
P5: 그냥 사소한 의견입니다 (Approve)

@SunwoongH SunwoongH self-assigned this Oct 14, 2024
@@ -12,7 +12,7 @@ data class RedisMafiaPhase @JsonCreator constructor(
@JsonProperty("turnList") val turnList: List<RedisMafiaPlayer>? = null,
@JsonProperty("mafiaPlayer") val mafiaPlayer: RedisMafiaPlayer? = null,
@JsonProperty("keyword") val keyword: RedisMafiaKeyword? = null,
@JsonProperty("drawData") val drawData: List<Pair<Long, Map<String, Any>>>? = null,
Copy link
Contributor

@comforest comforest Oct 14, 2024

Choose a reason for hiding this comment

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

p3. Domain 객체도 똑같이 변경하는 건 어떨까요??

++ Redis 객체 접두사를 RedisEntity 접미어로 변경하는건 어떨까요??
JpaEntity 와 통일성이라고 해야할까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants