{"id":20329342,"url":"https://github.com/ddev/ddev-redis","last_synced_at":"2025-04-11T20:41:50.533Z","repository":{"id":37789515,"uuid":"452397673","full_name":"ddev/ddev-redis","owner":"ddev","description":"Redis service for DDEV","archived":false,"fork":false,"pushed_at":"2025-04-09T21:31:30.000Z","size":123,"stargazers_count":29,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-09T22:28:18.381Z","etag":null,"topics":["ddev","ddev-get"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddev.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},"funding":{"github":["ddev"],"custom":["https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"]}},"created_at":"2022-01-26T18:43:32.000Z","updated_at":"2025-04-09T21:31:34.000Z","dependencies_parsed_at":"2024-10-24T17:44:03.318Z","dependency_job_id":"0b92b09c-5a5a-4142-a725-9d4bfab21038","html_url":"https://github.com/ddev/ddev-redis","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":"ddev/ddev-addon-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fddev-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddev","download_url":"https://codeload.github.com/ddev/ddev-redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248478954,"owners_count":21110792,"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":["ddev","ddev-get"],"created_at":"2024-11-14T20:10:14.862Z","updated_at":"2025-04-11T20:41:50.524Z","avatar_url":"https://github.com/ddev.png","language":"Shell","funding_links":["https://github.com/sponsors/ddev","https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"],"categories":[],"sub_categories":[],"readme":"[![tests](https://github.com/ddev/ddev-redis/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-redis/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2025.svg)\n\n## What is this?\n\nThis repository allows you to quickly install Redis into a [DDEV](https://ddev.readthedocs.io) project using the instructions below.\n\n## Installation\n\nFor DDEV v1.23.5 or above run\n\n```sh\nddev add-on get ddev/ddev-redis\n```\n\nFor earlier versions of DDEV run\n\n```sh\nddev get ddev/ddev-redis\n```\n\nThen restart your project\n\n```sh\nddev restart\n```\n\nWith DDEV v1.23.5+ you can choose a different Redis tag, the command below creates a `.ddev/.env.redis` file that you can commit:\n\n1. `ddev dotenv set .ddev/.env.redis --redis-tag 7`\n2. `ddev restart`\n\n## Explanation\n\nThis Redis recipe for [DDEV](https://ddev.readthedocs.io) installs a [`.ddev/docker-compose.redis.yaml`](docker-compose.redis.yaml) using the `redis` Docker image.\n\nPersistence is disabled by default (see [redis.conf](./redis/redis.conf)), follow the config instructions to enable it, or switch to https://github.com/ddev/ddev-redis-7 where it is enabled by default.\n\n## Interacting with Redis\n\n* The Redis instance will listen on TCP port 6379 (the Redis default).\n* Configure your application to access Redis on the host:port `redis:6379`.\n* To reach the Redis CLI interface, run `ddev redis-cli` to begin a session. You can also run Redis CLI commands directly on the command-line, e.g., `ddev redis-cli INFO`.\n\n**Contributed and maintained by [@hussainweb](https://github.com/hussainweb) based on the original [ddev-contrib recipe](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/redis) by [@gormus](https://github.com/gormus)**\n\n**Co-maintained by [@stasadev](https://github.com/stasadev)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddev%2Fddev-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fddev-redis/lists"}