Should I be using some sort of short form?
fly secrets set REDIS_URL=app-name-redis.internal
Or should I be looking up the full URL and setting that instead?
fly secrets set REDIS_URL=redis://user:pass@app-name-redis.upstash.io
Should I be using some sort of short form?
fly secrets set REDIS_URL=app-name-redis.internal
Or should I be looking up the full URL and setting that instead?
fly secrets set REDIS_URL=redis://user:pass@app-name-redis.upstash.io
You’ll want the full URL which contains the required password. You can find out what that URL should be by looking in fly redis status <dbname>
.