Commit f07dfaa2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Mark Redis experimental while we sort out bugs

Temporary measure so we can cut a release from master while some Redis
integration issues are still being sorted out.

https://gitlab.com/gitlab-org/gitlab-workhorse/issues/113

https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/136
parent 85f7ce01
...@@ -83,6 +83,11 @@ for runners). This requires you to pass a valid TOML config file via ...@@ -83,6 +83,11 @@ for runners). This requires you to pass a valid TOML config file via
`-config` flag. `-config` flag.
For regular setups it only requires the following (replacing the string For regular setups it only requires the following (replacing the string
with the actual socket) with the actual socket)
### Redis
Redis integration is currently EXPERIMENTAL.
``` ```
[redis] [redis]
URL = "unix:///var/run/gitlab/redis.sock" URL = "unix:///var/run/gitlab/redis.sock"
......
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