Can't connect to Redis instances, can only see status

I seem to be facing the same situation as:

flyctl redis list shows me an empty list:

NAME    ORG     PLAN    EVICTION        PRIMARY REGION  READ REGIONS 

flyctl redis proxy doesn’t give me a list to choose from, instead I see:

Error: please provide options to select from

But I can use flyctl redis status to see the status of a Redis:

flyctl redis status prereview
Redis
  ID             = [...]                                                             
  Name           = prereview                                                                       
  Plan           = Pay-as-you-go
  [...]

All of the Redis instances that I should have access to are on an organisation.

I’m using the latest version of flyctl:

flyctl version
flyctl v0.2.12 darwin/amd64 Commit: a1d8d54dd741184490dd262234e31dcfbb3e9a75-dirty BuildDate: 2024-03-06T20:47:42Z

I am having the same exact issue.

$ fly redis connect
Error: please provide options to select from

$ flyctl redis list
NAME    ORG     PLAN    EVICTION        PRIMARY REGION  READ REGIONS

$ fly redis status bluesky-feeds
Redis
  ID             = ...
  Name           = bluesky-feeds
  Plan           = Pay-as-you-go

$ fly version
flyctl v0.2.13 linux/amd64 Commit: e21c6bbacf70848c49c0c5dafa741ae1a3cf845c BuildDate: 2024-03-08T13:21:06Z
  ...

Using the UI, if I click on one of the Redis instances to see the details on Upstash:

I see this:

image

Edit: The link now works, but the CLI doesn’t.

I created an issue with the same content. I have the same symptoms.

Hey all, a fix just went out. Thanks for raising the issue and your patience.

Working for me now, thank you!

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