Skip to content
This repository was archived by the owner on May 14, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 163 Bytes

File metadata and controls

5 lines (4 loc) · 163 Bytes

Redis storage

  1. Users => stored as hashmap { userId : userData }
  2. Rooms => stored as individual sets
    1. key roomId:123 has { userId1, userId2, userId3 }