Redis Connection in chatbot tutorial

I am following along with the tutorial for the AI Chatbot and there are a few complications I’m having with connecting the Redis Database. I’m confused on the url and password when trying to connect in the real-time Redis section.

here is the section that is throwing me off. Its not well explained in the tutorial and since it’s in a .env file i cant see in the repo to check against.

What course are you talking about, do you have a timeframe you can post? its probably wanting you to export the actual value. Replace the brackets with the actual values, for example:

export REDIS_PASSWORD="TEST123"
export REDIS_HOST=8000
etc...

This is for the AI Chatbot.

It was hard to understand if i should be using quotations for the password and url

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