Hello! I have Ruby on Rails app already running on Heroku - with Postgres DB and Redis for Sidekiq jobs. I finished with migating postgres data, but have a problem with Redis.
So the question is how can I migrate Redis DB from Heroku to Fly.io upstash redis, to have all sidekiq jobs in Fly.io after migration?
I’m trying to use commands like SLAVEOF and REPLICAOF after connecting via radis-cli (which I installed on VM before), but got 'ERR Command is not available: ‘SLAVEOF’ and the same for REPLICAOF. Couldn’t find any helpful information about that.
If anyone could help that would be fantastic! Thanks in advance.