I used Redis - standalone Redis Server · Fly Docs to create a redis instance, deployement is successfull but i’m not able to connect to the instance
App name - redis-dev
I keep MAXMEMORY_POLICY
as noeviction
Fly toml
# fly.toml file generated for redis-dev on 2022-09-06T13:19:41+05:30
app = "redis-dev"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
image = "flyio/redis:6.2.6"
[metrics]
path = "/metrics"
port = 9091
[[mounts]]
destination = "/data"
encrypted = false
processes = []
source = "redis_server_dev"
[[services]]
http_checks = []
internal_port = 6379
processes = []
protocol = "tcp"
script_checks = []
tcp_checks = []
[services.concurrency]
hard_limit = 10000
soft_limit = 10000
type = "connections"
[[services.ports]]
handlers = ["tls"]
port = 443
[[services.ports]]
handlers = []
port = 10000