vercel / storage

Vercel Postgres, KV, Blob, and Edge Config
https://vercel.com/storage
Apache License 2.0
517 stars 58 forks source link

Redis Client Connection Errors #731

Closed jb-dev1 closed 4 months ago

jb-dev1 commented 4 months ago

I've tried a few Redis clients and they are reporting connection errors, so I believe it's how I'm configuring them.

From the Vercel Storage tab / quickstart info (CLI/cURL/fetch/etc) auth info, what do I utilize in a database client like Redis Insight to get a UI / real time monitor app working?

vvo commented 4 months ago

Hey there @jb-dev1, I just gave a try to Redis Insight and this is how I configured it (it worked) 👇

CleanShot 2024-07-31 at 15 41 36@2x

CleanShot 2024-07-31 at 15 40 59@2x

Hope this helps 👍

CleanShot 2024-07-31 at 15 58 09@2x

jb-dev1 commented 4 months ago

You're a champion, thank you. I had forgotten about the TLS requirement, and the Vercel KV response messages were not meaningful (to me anyway).