DEV Community

Discussion on: Trello Clone using Django, React, Redis

Collapse
 
ziggo profile image
Giuseppe

Hi, can you explain why you have used Redis? Did you need a message broker? I'm studying RammitMQ and I'm looking for message broker use cases, thanks! :)
Ps: I think is useful if you give a general overview about the project :)

Collapse
 
vdevired profile image
Vikhyat Devireddy

Hey! We used Redis to store tokens for one-time links generated when you invite someone to join a project. We also used it to keep track of recently viewed boards. So we used Redis as a key-value store and not as a message broker. If you have any other questions, I'll answer them! Please do contribute to the project if you'd like