Redis or n8n losing data

Describe the problem/error/question

Good morning everyone, has anyone had or know how to solve this Redis or n8n problem? This error happens several times randomly, the flow is all right, but sometimes the key gets lost in the middle of Redis, as I showed in the print I did 1 push of a text, in the front node that was supposed to do the GET searching for the same key it already gave null, sometimes it happens that after the push it finds the key in the first GET, and after the wait it loses the key again causing the error. I’ve looked everywhere and I couldn’t find it

What is the error message (if any)?

Redis null

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

hello @Leonardo_Santos1

Please, share the workflow.

You can select all nodes with ctrl+a, copy it with ctrl+c. Then past the content here after pressing button </> with ctrl+v.

Hi @Leonardo_Santos1 . I have the same issue here and still don’t know what is going on or what to do, did you find any solution? Thank you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.