Redis trigger on chat memory

I would like to know if it is possible for redis trigger to capture chat memory events?

My intention is to transfer the conversation history to another database

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Joao_Paulo_Campos! Great question! We actually have that functionality available as a built-in node. Here’s the documentation around our Redis Chat Memory sub-node that allows you to use Redis as your memory server.

Here’s some additional documentation about the service.

Hope this helps!