{"id":19153097,"url":"https://github.com/astei/serpentinised","last_synced_at":"2026-04-16T11:02:45.826Z","repository":{"id":87784686,"uuid":"253162230","full_name":"astei/serpentinised","owner":"astei","description":"Making non-Sentinel-aware Redis clients aware of Sentinel","archived":false,"fork":false,"pushed_at":"2020-05-24T17:57:56.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T03:48:55.416Z","etag":null,"topics":["redis","redis-proxy","redis-sentinel"],"latest_commit_sha":null,"homepage":"","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/astei.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":"2020-04-05T05:26:58.000Z","updated_at":"2024-06-19T09:13:59.093Z","dependencies_parsed_at":null,"dependency_job_id":"ef17eb4d-b3ac-40e5-9835-a43184deaf24","html_url":"https://github.com/astei/serpentinised","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/astei/serpentinised","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fserpentinised","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fserpentinised/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fserpentinised/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fserpentinised/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astei","download_url":"https://codeload.github.com/astei/serpentinised/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fserpentinised/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":["redis","redis-proxy","redis-sentinel"],"created_at":"2024-11-09T08:20:47.407Z","updated_at":"2026-04-16T11:02:45.819Z","avatar_url":"https://github.com/astei.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serpentinised\n\n`serpentinised` acts as a proxy that allows clients that are unaware of\nRedis Sentinel to connect to a Redis Sentinel cluster.\n\n## Motivation\n\nAt Mineteria, we have a few applications using Django that are not aware\nof Redis Sentinel. Of course, there are also plenty of applications that\nare unaware of Redis Sentinel. `serpentinised` can help them cope with\nthe introduction or use of Redis Sentinel.\n\nWe previously used [redis-ellison](https://github.com/metal3d/redis-ellison).\nWhile this solution worked, it had numerous CPU consumption issues, including\nspawning a `redis-cli` instance every second. `serpentinised` connects to the\nRedis Sentinel server directly and listens for any failover changes.\n\n## Docker\n\nYou can use `serpentinised` as a Docker container:\n\n```\ndocker run -p 6379:6379 -it astei/serpentinised:latest /serpentinised -sentinel-address=sentinel-service.local:5000 -sentinel-master=mymaster\n```\n\n## Usage\n\n```\nUsage of serpentinised:\n  -bind string\n    \tthe address to bind to proxy connections to the active Sentinel (default \"127.0.0.1:26380\")\n  -connect-timeout int\n    \tseconds before a connection to a master times out (default 1)\n  -sentinel-address string\n    \tthe address of the Sentinel master\n  -sentinel-master string\n    \tthe name of the Sentinel master (default \"mymaster\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastei%2Fserpentinised","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastei%2Fserpentinised","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastei%2Fserpentinised/lists"}