I’m building an integration with WhatsApp to handle incoming messages. For temporary storage and message control, I’m considering using either MongoDB or Redis.
The WhatsApp number is being used as the primary ID/key. Our goal is to update an existing record when the key already exists, instead of inserting a new one.
Do you recommend MongoDB or Redis for this type of intermediate storage?
How would you suggest implementing this within an n8n workflow?
I’m currently using the “Update” operation node for this, but I’m not sure if it’s the best approach. What’s the recommended way to handle the update operation in this scenario?
If you need any extra information about the workflow or node configuration, please let me know and I’ll be happy to share it.