Skip to content

Commit

Permalink
Remove hussainweb from body, but put in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Mar 2, 2022
1 parent 3d0da19 commit c5d8b6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)**

0 comments on commit c5d8b6f

Please sign in to comment.