Commit 304d584c authored by Nick Thomas's avatar Nick Thomas

Merge branch 'redis-experimental' into 'master'

Mark Redis experimental while we sort out bugs

See merge request !138
parents 85f7ce01 f07dfaa2
...@@ -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