Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
efc898c6
Commit
efc898c6
authored
Aug 13, 2020
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use active version of Redis for an example
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
c1b4fc2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/docs-redis-6-on-ci-services.yml
changelogs/unreleased/docs-redis-6-on-ci-services.yml
+5
-0
doc/ci/services/redis.md
doc/ci/services/redis.md
+1
-1
No files found.
changelogs/unreleased/docs-redis-6-on-ci-services.yml
0 → 100644
View file @
efc898c6
---
title
:
Use active version of Redis for an example
merge_request
:
39404
author
:
Takuya Noguchi
type
:
other
doc/ci/services/redis.md
View file @
efc898c6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment