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 game state from dictionary to Redis #209

Open
amritrau opened this issue Oct 18, 2020 · 0 comments
Open

Move game state from dictionary to Redis #209

amritrau opened this issue Oct 18, 2020 · 0 comments
Assignees
Labels
back-end A back-end task.

Comments

@amritrau
Copy link
Owner

Storing all game states in a single Python dictionary is not good -- we should use Redis to handle this.

This will be a pretty big operation & will require careful handling of locks, concurrency, etc. We can use this thread for future discussion.

@amritrau amritrau added the back-end A back-end task. label Oct 18, 2020
@amritrau amritrau self-assigned this Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end A back-end task.
Projects
None yet
Development

No branches or pull requests

1 participant