{"id":14977740,"url":"https://github.com/redis/redis-rpm","last_synced_at":"2025-10-19T11:30:36.919Z","repository":{"id":37979186,"uuid":"492441201","full_name":"redis/redis-rpm","owner":"redis","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-09T08:53:27.000Z","size":110,"stargazers_count":9,"open_issues_count":6,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-10T00:19:08.741Z","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/redis.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-15T09:25:37.000Z","updated_at":"2025-10-09T08:53:31.000Z","dependencies_parsed_at":"2024-03-14T22:28:35.680Z","dependency_job_id":"9758b167-961d-47cb-af60-4c4aa96f00b8","html_url":"https://github.com/redis/redis-rpm","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.33333333333333337","last_synced_commit":"ce459c24d7f9c6e3e12214f9f695b2238788ab33"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/redis/redis-rpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-rpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-rpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-rpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-rpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis","download_url":"https://codeload.github.com/redis/redis-rpm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-rpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279651850,"owners_count":26205590,"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-10-18T02:00:06.492Z","response_time":62,"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-09-24T13:56:14.753Z","updated_at":"2025-10-19T11:30:36.914Z","avatar_url":"https://github.com/redis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository creates the redis-tools rpm, uploading it to our S3 RPM feed.\n\n## Redis Open Source - Install using RPM Package Manager\n\n1. Create the file `/etc/yum.repos.d/redis.repo` with the following contents.\n\n  - For Rocky Linux 9 / AlmaLinux 9 / etc...\n  ```ini\n  [Redis]\n  name=Redis\n  baseurl=http://packages.redis.io/rpm/rockylinux9\n  enabled=1\n  gpgcheck=1\n  ```\n   - For Rocky Linux 8 / AlmaLinux 8 / etc...\n  ```ini\n  [Redis]\n  name=Redis\n  baseurl=http://packages.redis.io/rpm/rockylinux8\n  enabled=1\n  gpgcheck=1\n  ```\n\n2. Run the following commands:\n```sh\ncurl -fsSL https://packages.redis.io/gpg \u003e /tmp/redis.key\nsudo rpm --import /tmp/redis.key\nsudo yum install redis\n```\n\n## Starting Redis\n\nTo start the `redis-server`:\n```sh\nredis-server /etc/redis/redis.conf \u0026\n```\n\nNote that `redis-server` output is redirected to `/var/log/redis/redis-server.log`.\n\n\u003e [!TIP]\n\u003e Redis will not start automatically, nor will it start at boot time. To do this, run the following commands.\n\u003e ```sh\n\u003e sudo systemctl enable redis\n\u003e sudo systemctl start redis\n\u003e ```\n\nThis will start `redis-server` with `/etc/redis/redis.conf`.\n\n\n## Supported Operating Systems\n\nRedis officially tests the latest version of this distribution against the following OSes:\n\n- CentOS 9\n- Rocky Linux 8.10\n- Rocky Linux 9.5\n- AlmaLinux 8.10\n- AlmaLinux 9.5\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fredis-rpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis%2Fredis-rpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fredis-rpm/lists"}