{"id":16299471,"url":"https://github.com/tommy351/docker-redis-cluster","last_synced_at":"2025-03-20T05:30:48.789Z","repository":{"id":137997929,"uuid":"73454201","full_name":"tommy351/docker-redis-cluster","owner":"tommy351","description":"A Redis cluster Docker image.","archived":false,"fork":false,"pushed_at":"2022-11-04T03:56:11.000Z","size":36,"stargazers_count":17,"open_issues_count":2,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T23:16:28.945Z","etag":null,"topics":["docker","redis","redis-cluster"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tommy351/redis-cluster/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tommy351.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-11-11T07:04:44.000Z","updated_at":"2024-11-19T07:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c4d6648-566c-46cc-a44c-3f4e12f4aa98","html_url":"https://github.com/tommy351/docker-redis-cluster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy351%2Fdocker-redis-cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy351%2Fdocker-redis-cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy351%2Fdocker-redis-cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy351%2Fdocker-redis-cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tommy351","download_url":"https://codeload.github.com/tommy351/docker-redis-cluster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056355,"owners_count":20390719,"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":["docker","redis","redis-cluster"],"created_at":"2024-10-10T20:48:07.855Z","updated_at":"2025-03-20T05:30:48.784Z","avatar_url":"https://github.com/tommy351.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-redis-cluster\n\n[![Build](https://github.com/tommy351/docker-redis-cluster/actions/workflows/build.yml/badge.svg)](https://github.com/tommy351/docker-redis-cluster/actions/workflows/build.yml)\n\nA Redis cluster Docker image. This image is for testing environment. **DO NOT use it for production.**\n\n## Usage\n\nStart a cluster. It will start 6 Redis servers listening on `7000~7005` port and a supervisor to make sure all servers started. After all servers are started, redis-trib will create a Redis cluster.\n\n``` sh\ndocker run -p 7000:7000 -p 7001:7001 -p 7002:7002 -p 7003:7003 -p 7004:7004 -p 7005:7005 tommy351/redis-cluster:3.2\n```\n\nYou can mount a data volume on `/data`.\n\n``` sh\ndocker run -v /some/path/:/data tommy351/redis-cluster:3.2\n```\n\nIf you are using Redis 4.0 and above, you can set `CLUSTER_ANNOUNCE_IP`. (See [redis#2527](https://github.com/antirez/redis/issues/2527) for more details)\n\n``` sh\ndocker run -e CLUSTER_ANNOUNCE_IP=127.0.0.1 tommy351/redis-cluster:4.0\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommy351%2Fdocker-redis-cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftommy351%2Fdocker-redis-cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommy351%2Fdocker-redis-cluster/lists"}