I recently migrated my application from Heroku (Rails app) and everything is working fine, except for Redis. I created an instance using fly redis create and connected to my app. Both are in the same region (dfw). The image below show close to 1 second calls , not only for get/set but also other commands (connect, auth). I switched back the app to use the Heroku Redis instance for the moment until I find a solution for this.
Let me know what extra information would be helpful here.
After some networking sleuthing, we got some more clues internally about the cause of intermittent latency and are looking into it. Thanks for your feedback!
Hi @jsierles ! Do you have an update here? I just shutdown my Heroku project since everything is smooth in Fly.io, but when I switched the Redis URL, things got slower. Not as slow as before but still slow.