STOVE-Milk/steam-clone

[BE / 로비서버] Redis 3중첩 HashMap 처리 불가

Closed this issue · 2 comments

Redis HashMap은 HashMap 안에 1개의 HashMap이 있는 자료구조라서 3중첩은 불가능함

  • roomId: roomdata
  • map.games.[gameId]: Object
  • Object.fields

1차 시도

  • HashMap을 밖으로 꺼내봤지만 실패
  • users HashMap은 잘 들어가는 상황
    • 따라서, ObjectDto에 문제가 있다고 판단
      image

생각해보니 그냥 map을 json string으로 저장하면 간단하다