33# ddev-redis-7 - Redis 7 container for DDEV
44
55[ ![ GitHub release (with filter)] ( https://img.shields.io/github/v/release/ddev/ddev-redis-7 )] ( https://github.com/ddev/ddev-redis-7/releases )
6- [ ![ Tests ] ( https://github.com/ddev/ddev-redis-7/actions/workflows/cron_tests .yml/badge.svg )] ( https://github.com/ddev/ddev-redis-7/actions/workflows/cron_tests .yml )
6+ [ ![ tests ] ( https://github.com/ddev/ddev-redis-7/actions/workflows/tests .yml/badge.svg )] ( https://github.com/ddev/ddev-redis-7/actions/workflows/tests .yml )
77![ project is maintained] ( https://img.shields.io/maintenance/yes/2024.svg )
88
99</div >
@@ -53,14 +53,14 @@ Then restart your project
5353ddev restart
5454```
5555
56- > [ !IMPORTANT]
57- > Authentication is setup by default, and the password is ` redis ` .
58- > If needed, you can auth with a username and password.
56+ > [ !IMPORTANT]
57+ > Authentication is setup by default, and the password is ` redis ` .
58+ > If needed, you can auth with a username and password.
5959> Username is ` redis ` as well.
6060
6161## Configuration
6262
63- Redis configuration files are split in the ` .ddev/redis/conf ` folder, you can modify them as you wish.
63+ Redis configuration files are split in the ` .ddev/redis/conf ` folder, you can modify them as you wish.
6464Otherwise, plugin just works out of the box.
6565
6666## Commands
@@ -74,5 +74,5 @@ Addon exposes the following commands
7474| ` redis-flush ` | ` ddev redis-flush ` | Clears all the Redis Databases |
7575___
7676
77- ** Based on the original [ ddev-contrib recipe] ( https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/mongodb ) **
77+ ** Based on the original [ ddev-contrib recipe] ( https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/mongodb ) **
7878** Developed and maintained by [ Oblak Studio] ( https://github.com/oblakstudio ) **
0 commit comments