{"id":13809226,"url":"https://github.com/fly-apps/redis","last_synced_at":"2025-04-22T21:04:54.708Z","repository":{"id":43317007,"uuid":"309472855","full_name":"fly-apps/redis","owner":"fly-apps","description":"Launch a Redis server on Fly","archived":false,"fork":false,"pushed_at":"2024-01-04T22:05:03.000Z","size":29,"stargazers_count":83,"open_issues_count":8,"forks_count":36,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-22T21:03:36.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fly-apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-02T19:23:03.000Z","updated_at":"2025-02-05T15:46:48.000Z","dependencies_parsed_at":"2024-01-08T07:59:27.869Z","dependency_job_id":"b776d697-450f-4d90-8384-72a696234d19","html_url":"https://github.com/fly-apps/redis","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fly-apps","download_url":"https://codeload.github.com/fly-apps/redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250324689,"owners_count":21411943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T01:02:11.459Z","updated_at":"2025-04-22T21:04:54.688Z","avatar_url":"https://github.com/fly-apps.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"The official repository for Running Redis on Fly.io. Find the accompanying Docker image at [flyio/redis](https://hub.docker.com/repository/docker/flyio/redis).\n\n## Usage\n\nThis installation requires setting a password on Redis. To do that, run `fly secrets set REDIS_PASSWORD=mypassword` before deploying. Keep\ntrack of this password - it won't be visible again after deployment!\n\nIf you need no customizations, you can deploy using the official Docker image. See `fly.toml` in this repository for an example to get started with.\n## Runtime requirements\n\nBy default, this Redis installation will only accept connections on the private IPv6 network, on the standard port 6379.\n\nIf you want to access it from the public internet, add a `[[services]]` section to your `fly.toml`. An example is included in this repo for accessing Redis on port 10000.\n\n\nWe recommend adding persistent storage for Redis data. If you skip this step, data will be lost across deploys or restarts. For Fly apps, the volume needs to be in the same region as the app instances. For example:\n\n```cmd\nflyctl volumes create redis_server --region ord\n```\n```out\n      Name: redis_server\n    Region: ord\n   Size GB: 10\nCreated at: 02 Nov 20 19:55 UTC\n```\n\nTo connect this volume to the app, `fly.toml` includes a `[mounts]` entry.\n\n```\n[mounts]\nsource      = \"redis_server\"\ndestination = \"/data\"\n```\n\nWhen the app starts, that volume will be mounted on /data. \n\n## Cutting a release\n\nIf you have write access to this repo, you can ship a prerelease or full release with:\n\n```\nscripts/bump_version.sh\n```\nor\n```\nscripts/bump_version.sh prerel\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Fredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffly-apps%2Fredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Fredis/lists"}