atlas
atlas copied to clipboard
[Data Model] Decide on a convention with Redis usage
Currently, the procedure with which we interact with redis is inconsistent. For example, accessing redis directly through the controller versus through the model, or via code in the SDK versus using the message router.
We should have a team-wide discussion to all agree on a convention, then go back and refactor places in the code that don't follow the convention to use the new convention.