We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is not an issue about this project, but about the official doc. ( https://fly.io/docs/reference/redis/ )
The Official doc for running a new REDIS is totally not working, it would generate an incorrect fly.toml and doesn't work.
fly.toml
I spent hours until I found this demo project, and its fly.toml is correct
Please contact related employee to fix the bug, thanks ~
The text was updated successfully, but these errors were encountered:
for more info, the official doc would generate a incorrect fly.toml looks like:
# fly.toml file generated for pnsredis on 2022-06-03T17:05:03+08:00 app = "pnsredis" kill_signal = "SIGINT" kill_timeout = 5 processes = [] [build] image = "flyio/redis:6.2.6" [env] [experimental] allowed_public_ports = [] auto_rollback = true [[services]] http_checks = [] internal_port = 8080 processes = ["app"] protocol = "tcp" script_checks = [] [services.concurrency] hard_limit = 25 soft_limit = 20 type = "connections" [[services.ports]] force_https = true handlers = ["http"] port = 80 [[services.ports]] handlers = ["tls", "http"] port = 443 [[services.tcp_checks]] grace_period = "1s" interval = "15s" restart_limit = 0 timeout = "2s" [[mounts]] destination = "/data" source = "redis_server"
Sorry, something went wrong.
This looks like the documentation page has been superseded by the hosted Redis instance. Maybe this issue can be closed now?
No branches or pull requests
This is not an issue about this project, but about the official doc. ( https://fly.io/docs/reference/redis/ )
The Official doc for running a new REDIS is totally not working, it would generate an incorrect
fly.toml
and doesn't work.I spent hours until I found this demo project, and its
fly.toml
is correctPlease contact related employee to fix the bug, thanks ~
The text was updated successfully, but these errors were encountered: