From c5d8b6f0648e296b30b46c0fe461f6ecce013646 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Wed, 2 Mar 2022 16:20:01 -0700 Subject: [PATCH] Remove hussainweb from body, but put in footer --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 415abbc..abf5155 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -[![tests](https://github.com/hussainweb/ddev-redis/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-redis/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg) +[![tests](https://github.com/drud/ddev-redis/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-redis/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg) ## What is this? -This repository allows you to quickly install redis into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get hussainweb/ddev-redis`. +This repository allows you to quickly install redis into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get drud/ddev-redis`. ## Installation -1. `ddev get hussainweb/ddev-redis` +1. `ddev get drud/ddev-redis` 2. `ddev restart` ## Explanation @@ -18,3 +18,5 @@ This redis recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev/doc * The Redis instance will listen on TCP port 6379 (the redis default). * Configure your application to access redis on the host:port `redis:6379`. * 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`. + +**Contributed and maintained by [@hussainweb](https://github.com/hussainweb) based on the original [ddev-contrib recipe](https://github.com/drud/ddev-contrib/tree/master/docker-compose-services/redis) by [@gormus](https://github.com/gormus)**