{"id":18150073,"url":"https://github.com/sysulq/redigo-ring","last_synced_at":"2026-04-19T05:36:07.619Z","repository":{"id":152270129,"uuid":"113948982","full_name":"sysulq/redigo-ring","owner":"sysulq","description":"A simple distributed redigo client implement with hash ring.","archived":false,"fork":false,"pushed_at":"2018-01-16T14:04:51.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T04:54:12.049Z","etag":null,"topics":["client","hash","redigo","redis","ring"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/sysulq.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}},"created_at":"2017-12-12T05:48:47.000Z","updated_at":"2018-01-04T03:09:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"41c23128-7bdb-490b-88a5-e55da037d5d0","html_url":"https://github.com/sysulq/redigo-ring","commit_stats":null,"previous_names":["sysulq/redigo-ring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sysulq/redigo-ring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fredigo-ring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fredigo-ring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fredigo-ring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fredigo-ring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysulq","download_url":"https://codeload.github.com/sysulq/redigo-ring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fredigo-ring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["client","hash","redigo","redis","ring"],"created_at":"2024-11-02T00:07:30.364Z","updated_at":"2026-04-19T05:36:07.604Z","avatar_url":"https://github.com/sysulq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redigo-ring\nA simple distributed [redigo](https://github.com/garyburd/redigo) client implement with hash ring, inspired by [go-redis](https://github.com/go-redis/redis/blob/master/ring.go).\n\n## example\n```\nring := rediring.NewRing(\u0026redix.RingOptions{\n    Addrs: []string{\"127.0.0.1:6379\", \"127.0.0.1:6380\"},\n})\nconn := ring.Pick(key).Get()\ndefer conn.Close()\n\nconn.Do(\"INFO\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysulq%2Fredigo-ring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysulq%2Fredigo-ring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysulq%2Fredigo-ring/lists"}