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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
0f951737
Commit
0f951737
authored
Nov 16, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove experimental heading and move note at the top
[ci skip]
parent
a9f7ce47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
doc/administration/high_availability/redis.md
doc/administration/high_availability/redis.md
+6
-9
No files found.
doc/administration/high_availability/redis.md
View file @
0f951737
# Configuring Redis for GitLab HA
# Configuring Redis for GitLab HA
>
Experimental Redis Sentinel support was
[
Introduced
][
ce-1877
]
in GitLab 8.11.
Starting with 8.14, Redis Sentinel is no longer experimental.
If you've used it with versions
`< 8.14`
before, please check the updated
documentation here.
High Availability with [Redis] is possible using a
**Master**
x
**Slave**
High Availability with [Redis] is possible using a
**Master**
x
**Slave**
topology with a
[
Redis Sentinel
][
sentinel
]
service to watch and automatically
topology with a
[
Redis Sentinel
][
sentinel
]
service to watch and automatically
start the failover procedure.
start the failover procedure.
...
@@ -52,7 +58,6 @@ Omnibus GitLab packages.
...
@@ -52,7 +58,6 @@ Omnibus GitLab packages.
-
[
Troubleshooting Redis replication
](
#troubleshooting-redis-replication
)
-
[
Troubleshooting Redis replication
](
#troubleshooting-redis-replication
)
-
[
Troubleshooting Sentinel
](
#troubleshooting-sentinel
)
-
[
Troubleshooting Sentinel
](
#troubleshooting-sentinel
)
-
[
Changelog
](
#changelog
)
-
[
Changelog
](
#changelog
)
-
[
Experimental Redis Sentinel support
](
#experimental-redis-sentinel-support
)
-
[
Further reading
](
#further-reading
)
-
[
Further reading
](
#further-reading
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
...
@@ -871,14 +876,6 @@ Changes to Redis HA over time.
...
@@ -871,14 +876,6 @@ Changes to Redis HA over time.
-
Experimental Redis Sentinel support was added
-
Experimental Redis Sentinel support was added
### Experimental Redis Sentinel support
>
Experimental Redis Sentinel support was
[
Introduced
][
ce-1877
]
in GitLab 8.11.
Starting with 8.14, Redis Sentinel is no longer experimental.
If you used with versions
`< 8.14`
before, please check the updated
documentation here.
## Further reading
## Further reading
Read more on High Availability:
Read more on High Availability:
...
...
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