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

Move active playlist state into MongoDB #401

Closed
goto-bus-stop opened this issue Aug 12, 2020 · 0 comments · Fixed by #419
Closed

Move active playlist state into MongoDB #401

goto-bus-stop opened this issue Aug 12, 2020 · 0 comments · Fixed by #419
Assignees
Milestone

Comments

@goto-bus-stop
Copy link
Member

Users' active playlists are currently stored in Redis.

Redis is otherwise only used for fleeting state, like the wait list and online users. Everything else about users and playlists is stored in MongoDB.

It would make more sense for the active playlist ID to be a property of the User document.

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

Successfully merging a pull request may close this issue.

1 participant