Redis Memory issue undefined

Hey guys,

I am running a workflow with Redis get, set and memory, but when I try to run the memory at an AI agent, it recognizes the chat_id, but returns and “undefined” problem, so I don’t know what to do right now.

What is the error message (if any)?


This is the output…

And this is my workflow right now. The get and set Redis nodes works perfectly, but the memory one…

Information on your n8n setup

  • n8n version: 1.97.1
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Hostinger
  • Operating system: Mac

Can you simplify your message? Where in the workflow is this happening?

Sure! It happens only in the AI Agent Memory.

My get and set Redis nodes works fine, but the Memory at AI Agent keeps returning this undefined problem.

Can you do screenshot of other redis config node also? Is it similar? Meanwhile, can you test with just replacing key with {{ “[email protected]” }}

Yes! I have already tested with {{ [email protected]" }} and it gives me the same result.

Here’s my Redis push node:

And here’s my get Redis node:

Additionally, I have changed the Redis Memory key, and apparently, it worked; however, I need to run further tests to confirm if this is indeed the solution. It may be causing confusion between Redis push and get memory, and the Redis AI Memory.

1 Like