{"id":14977745,"url":"https://github.com/redis/redis-debian","last_synced_at":"2025-10-19T11:30:40.798Z","repository":{"id":41889520,"uuid":"290324070","full_name":"redis/redis-debian","owner":"redis","description":"Debian packaging","archived":false,"fork":false,"pushed_at":"2024-10-02T20:15:30.000Z","size":374,"stargazers_count":18,"open_issues_count":3,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-29T14:58:20.383Z","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}},"created_at":"2020-08-25T21:09:01.000Z","updated_at":"2024-07-13T15:26:59.000Z","dependencies_parsed_at":"2024-01-09T13:27:50.257Z","dependency_job_id":"53b691c9-0669-4dfb-9175-b84a7b6545e2","html_url":"https://github.com/redis/redis-debian","commit_stats":{"total_commits":63,"total_committers":3,"mean_commits":21.0,"dds":"0.031746031746031744","last_synced_commit":"b45e80c99bfa319b089553dd5ac52bda893f5a10"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis","download_url":"https://codeload.github.com/redis/redis-debian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237116632,"owners_count":19258285,"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":[],"created_at":"2024-09-24T13:56:15.071Z","updated_at":"2025-10-19T11:30:40.793Z","avatar_url":"https://github.com/redis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository holds the `debian/` package configuration and handles automation tasks for creating source packages and pushing them to `ppa:redislabs/redis`.\n\nThe Debian package is derived from work done by [Chris Lea](https://github.com/chrislea).\n\n## Redis Open Source - Install using Debian Advanced Package Tool (APT)\n\nRun the following commands:\n```sh\nsudo apt-get update\nsudo apt-get install lsb-release curl gpg\ncurl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg\nsudo chmod 644 /usr/share/keyrings/redis-archive-keyring.gpg\necho \"deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main\" | sudo tee /etc/apt/sources.list.d/redis.list\nsudo apt-get update\nsudo apt-get install redis\n```\n\n\u003e [!TIP]\n\u003e To install an earlier version, say `7.4.2`, run the following command:\n\u003e ```sh\n\u003e sudo apt-get install redis=6:7.4.2-1rl1~jammy1\n\u003e ```\n\u003e\n\u003e You could view the available versions by running `apt policy redis`.\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-server\n\u003e sudo systemctl start redis-server\n\u003e ```\n\nThis will start `redis-server` with `/etc/redis/redis.conf`.\n\n## Supported Operating Systems\n\nRedis officially tests the latest version of this distribution against the following OSes:\n\n- Ubuntu 24.04 (Noble Numbat)\n- Ubuntu 22.04 (Jammy Jellyfish)\n- Debian 12 (Bookworm)\n- Debian 11 (Bullseye)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fredis-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis%2Fredis-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fredis-debian/lists"}