summaryrefslogtreecommitdiff
path: root/lib/gitlab/redis.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinelGabriel Mazetto2016-10-261-0/+8
* Use higher size on Gitlab::Redis connection pool on Sidekiq serversPaco Guzman2016-10-061-1/+11
* Initialize Redis pool in single-threaded contextJacob Vosmaer2016-09-301-18/+6
* Make Gitlab::Redis.params safe for mutationJacob Vosmaer2016-09-221-12/+19
* Small refactor in Redis class and improved specsGabriel Mazetto2016-08-061-1/+5
* Small refactor and a few documentation fixesGabriel Mazetto2016-08-041-1/+1
* Few minor fixes to Redis params order and commented out sentinel configGabriel Mazetto2016-08-041-6/+7
* Fixed MailRoom specs and make sure it works with new resque.yml formatGabriel Mazetto2016-08-041-1/+5
* Fixed specs for Gitlab::Redis and code for Redis Sentinel supportGabriel Mazetto2016-08-041-4/+5
* Specs for RedisConfigGabriel Mazetto2016-08-041-1/+1
* Deduplicated resque.yml loading from several placesGabriel Mazetto2016-08-041-25/+59
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-3/+3
* Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-1/+1
* Redis configuration consistencyredis_config_consistencyValery Sizov2016-04-131-0/+2
* Put CACHE_NAMESPACE in the Gitlab::Redis moduleJacob Vosmaer2016-04-071-0/+2
* Be careful when setting class instance varsJacob Vosmaer2016-04-041-2/+13
* Add Gitlab::Redis connection poolJacob Vosmaer2016-04-041-0/+35