{"id":19476228,"url":"https://github.com/pgaref/redis-high-availability","last_synced_at":"2026-06-15T19:31:43.649Z","repository":{"id":74272847,"uuid":"49268413","full_name":"pgaref/Redis-High-Availability","owner":"pgaref","description":"Playing around with Redis High Availability","archived":false,"fork":false,"pushed_at":"2016-01-08T15:56:54.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T16:23:44.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pgaref.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}},"created_at":"2016-01-08T11:26:37.000Z","updated_at":"2016-01-08T15:56:55.000Z","dependencies_parsed_at":"2023-04-12T15:06:03.143Z","dependency_job_id":null,"html_url":"https://github.com/pgaref/Redis-High-Availability","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pgaref/Redis-High-Availability","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FRedis-High-Availability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FRedis-High-Availability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FRedis-High-Availability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FRedis-High-Availability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgaref","download_url":"https://codeload.github.com/pgaref/Redis-High-Availability/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgaref%2FRedis-High-Availability/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34377872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2024-11-10T19:37:41.213Z","updated_at":"2026-06-15T19:31:43.625Z","avatar_url":"https://github.com/pgaref.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis-High-Availability\nPlaying around with Redis High Availability\n\n\n#Starting Redis\n\nYou can start redis server just by typing: \n * redis-server\n\nWe are going to run all instances locally so we are using custom configuration:\n * redis-server conf/servers/redis1.conf \u0026\n * redis-server conf/servers/redis2.conf \u0026\n\n\n#Starting Sentinels\n * redis-sentinel conf/sentinels/sent1.conf \u0026\n * redis-cli -p 26379\n\n127.0.0.1:26379\u003e sentinel master mymaster\n 1) \"name\"\n 2) \"mymaster\"\n 3) \"ip\"\n 4) \"127.0.0.1\"\n 5) \"port\"\n 6) \"6379\"\n 7) \"runid\"\n 8) \"a27614b640d37781ecb4f108ffe09e7e7080ec35\"\n 9) \"flags\"\n10) \"master\"\n11) \"pending-commands\"\n12) \"0\"\n13) \"last-ping-sent\"\n14) \"0\"\n15) \"last-ok-ping-reply\"\n16) \"400\"\n17) \"last-ping-reply\"\n18) \"400\"\n19) \"down-after-milliseconds\"\n20) \"1000\"\n21) \"info-refresh\"\n22) \"2274\"\n23) \"role-reported\"\n24) \"master\"\n25) \"role-reported-time\"\n26) \"152907\"\n27) \"config-epoch\"\n28) \"0\"\n29) \"num-slaves\"\n30) \"1\"\n31) \"num-other-sentinels\"\n32) \"0\"\n33) \"quorum\"\n34) \"1\"\n35) \"failover-timeout\"\n36) \"30000\"\n37) \"parallel-syncs\"\n38) \"1\"\n\n#Using redis-cli\n * redis-cli -p 6379\n127.0.0.1:6379\u003e get mykey\n\"A\"\n127.0.0.1:6379\u003e set mykey B\nOK\n\n#Writing code to take advantage of Redis HA\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgaref%2Fredis-high-availability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgaref%2Fredis-high-availability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgaref%2Fredis-high-availability/lists"}