Commit d2945302 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-redis-6-on-ci-services' into 'master'

docs: Use active version of Redis for an example

See merge request gitlab-org/gitlab!39404
parents 16720507 efc898c6
---
title: Use active version of Redis for an example
merge_request: 39404
author: Takuya Noguchi
type: other
......@@ -34,7 +34,7 @@ And that's it. Redis will now be available to be used within your testing
framework.
You can also use any other Docker image available on [Docker Hub](https://hub.docker.com/_/redis).
For example, to use Redis 2.8 the service becomes `redis:2.8`.
For example, to use Redis 6.0 the service becomes `redis:6.0`.
## Use Redis with the Shell executor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment