Check your connection parameters and ensure they contain the password. If you
are using ioredis (Redis client) with a Redis URL, check the URL format. ioredis
requires a colon before the password. The format for IORedis - TLS enabled
Copy
Ask AI
rediss://:YOUR_PASSWORD@YOUR_ENDPOINT:YOUR_PORT
The format for IORedis - TLS disabled
Copy
Ask AI
redis://:YOUR_PASSWORD@YOUR_ENDPOINT:YOUR_PORT
You can copy the correct client configuration from Upstash console clicking on
Redis Connect button.