I seem to be facing the same situation as:
Hi, mates.
I have created a redis instance but can’t connect to it.
It’s shown within status check:
flyctl redis status bot-storage
Redis
ID = gRm85kgR2mKzbuo400m
Name = bot-storage
Plan = Free
Primary Region = waw
Read Regions = None
Eviction = Enabled
Private URL = redis://default:5594655f84814334bdff4653cd859c23@fly-bot-storage.upstash.io
but when I try to list redis instances - I’m nothing able to see:
❯ : flyctl redis list
NAME O…
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
robpc
March 8, 2024, 2:13pm
2
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:
Edit: The link now works, but the CLI doesn’t.
toka
March 9, 2024, 10:03am
4
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.
robpc
March 10, 2024, 12:36pm
6
Working for me now, thank you!
system
Closed
March 17, 2024, 12:37pm
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.