upstash / issues

Issue Tracker for Upstash
https://upstash.com
2 stars 0 forks source link

Direction Redis connection URL #56

Closed donpark closed 1 year ago

donpark commented 1 year ago

Redis connection URL displayed in Upstash redis console page at https://console.upstash.com/redis/xxxx looks like this:

redis://default:xxxxx@usw1-apt-jackal-xxxxxx.upstash.io:30852

But connection fails using redis-cli and ioredis unless URL scheme is changed from redis:// to rediss://.

chronark commented 1 year ago

Can you show me a screenshot where that is displayed incorrectly?

donpark commented 1 year ago

Here you go.

screenshot_1299
chronark commented 1 year ago

did you copy the redis-cli command and try it? tls is enabled by the --tls flag

and in the ioredis example (when you go to the Node tab), it is also displayed correctly

CleanShot 2023-05-26 at 11 52 57@2x
donpark commented 1 year ago

Closing this issue because there is disagreement on whether how it's documented is misleading or not.

chronark commented 1 year ago

I'm not disagreeing if you or anyone else got blocked by it, then it's something we need to address. I was just asking because you brought up those two (redis-cli and ioredis) specifically

donpark commented 1 year ago

No, I'm not blocked by it. I created this issue for others because URL in each tab looked the same at a glance which misled me. Noticing single-character difference in URLs displayed across multiple tabs is confusing IMO.