Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Redis Sentinel support documentation | Gabriel Mazetto | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Few minor fixes to Redis params order and commented out sentinel config | Gabriel Mazetto | 2016-08-04 | 1 | -16/+16 |
| | | | | | | in resque.yml.example Codestyle changes | ||||
* | Deduplicated resque.yml loading from several places | Gabriel Mazetto | 2016-08-04 | 1 | -3/+31 |
| | | | | We will trust redis configuration params loading to Gitlab::RedisConfig. | ||||
* | Add a note that changing example configuration files requires changing ↵note_about_omnibus_changes | Marin Jankovski | 2015-06-11 | 1 | -0/+3 |
| | | | | omnibus-gitlab. | ||||
* | Use sockets to connect to Redis | Jacob Vosmaer | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Allow connection to Redis via unix socket | Pierre GUINOISEAU | 2013-03-06 | 1 | -3/+3 |
| | | | | | | | | Allow connection to Redis via unix socket, using unix:/var/run/redis/redis.sock for example. Default behaviour does not change, except that the full Redis URL must be configured, with redis:// for tcp or unix: for unix socket. | ||||
* | Add docs for customizing Redis, add example file | Robert Speicher | 2012-09-18 | 1 | -0/+3 |