- Oct 06, 2021
-
-
Craig Miskell authored
Adds settings `redis_rate_limiting_instance` and `redis_rate_limiting_sentinels` in gitlab.rb to create a new configuration file for a separate redis instance to store RackAttack and Application Rate Limit data. Changelog: added
-
- Sep 29, 2021
-
-
Achilleas Pipinellis authored
Adds the **(FREE SELF)** badge on all headings that need it. https://docs.gitlab.com/ee/development/documentation/styleguide/#available-product-tier-badges
-
- Sep 14, 2021
-
-
Amy Qualls authored
-
- Jan 14, 2021
-
-
Igor Wiedler authored
-
- Aug 13, 2020
-
-
Achilleas Pipinellis authored
-
- May 28, 2020
-
-
Achilleas Pipinellis authored
- Update info about Redis SSL - Rearrange sections - Point to GitLab docs to de-duplicate content
-
- Aug 10, 2020
-
-
Evan Read authored
-
- Jun 26, 2020
-
-
Marcel Amirault authored
Fixes a few things adjacent to the links
-
- Jun 03, 2020
-
-
Amy Qualls authored
Add stage and group ownership metadata to documentation pages for an upcoming content audit.
-
- May 13, 2020
-
-
Rajendra Kadam authored
-
- May 06, 2020
-
-
Evan Read authored
-
- Apr 06, 2020
-
-
Heinrich Lee Yu authored
Defaults to the same default Redis instance but also allows specifying a separate Redis instance
-
Evan Read authored
-
- Mar 23, 2020
-
-
Balasankar "Balu" C authored
redis: introduce options for lazy freeing See merge request gitlab-org/omnibus-gitlab!4008
-
- Mar 19, 2020
-
-
Igor Wiedler authored
-
- Mar 20, 2020
-
-
Alexander Strachan authored
-
- Nov 04, 2019
-
-
Robert Marshall authored
- Clarify what is required to set up Redis on a separate server node. Related https://gitlab.com/gitlab-org/distribution/team-tasks/issues/428 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Nov 01, 2019
-
-
Marcel Amirault authored
-
- Sep 19, 2019
-
-
Marcel Amirault authored
The updated docs link tester found many redirected and broken links, and they were all updated in omnibus
-
- Sep 06, 2019
-
-
Marcel Amirault authored
Capitalization corrected, or backticks added, as needed
-
- Aug 20, 2019
-
-
Marcel Amirault authored
Change from ruby mdl to node markdownlint in omnibus
-
- Jul 31, 2019
-
-
DJ Mountney authored
-
Ian Baum authored
* obfuscate the command name of commands on the redis server to prevent accidental, or malicious activity. * Rename the KEYS command by default
-
- Jul 23, 2019
-
-
Marcel Amirault authored
-
Marcel Amirault authored
Clean up various markdown issues in omnibus settings docs, including whitespace, spacing, headers and code blocks
-
- Jun 27, 2019
-
-
Marcel Amirault authored
-
- Jun 25, 2019
- May 31, 2019
-
-
Yoginth authored
-
- Mar 01, 2019
-
-
Stan Hu authored
MemoryStore is a Redis instance that has disabled commands such as CLIENT and MONITOR. Sidekiq calls CLIENT to set an ID for debugging, but this can be disabled by setting the `id` to `nil` (https://github.com/mperham/sidekiq/issues/3521). This is done in `/etc/gitlab/gitlab.rb` via: gitlab_rails['redis_enable_client'] = false By default, this is set to `true`. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4149
-
- Feb 20, 2019
-
-
Marcel Amirault authored
-
- Nov 12, 2018
-
-
rediss://Stan Hu authored
This merge request brings redis[s]:// support to Workhorse and Rails. This makes it possible for users to set up stunnel to provide encryption via https://redislabs.com/blog/stunnel-secure-redis-ssl/ or use AWS ElasticCache. This also deprecates the tcp:// scheme since it is no longer needed by Workhorse. Trusted Redis SSL certificates should be managed by the standard Omnibus procedure: https://docs.gitlab.com/omnibus/settings/ssl.html#install-custom-public-certificates Note that Redis Sentinel does not yet support SSL. https://github.com/antirez/redis/pull/4855 may bring native support to Redis 6.0, but time will tell. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47702
-
- Apr 13, 2018
-
-
Stan Hu authored
Answering a question from https://gitlab.com/gitlab-com/migration/issues/282#note_68190868
-
- Feb 13, 2018
-
-
Stan Hu authored
-
- Feb 09, 2018
-
-
Stan Hu authored
This adds the ability to configure `maxmemory`, `maxmemory-policy`, and `maxmemory-samples` values in the Redis configuration file. Closes #3097
-
- Nov 17, 2017
-
-
Ian Baum authored
-
- Nov 16, 2017
-
-
Ian Baum authored
* Support cache, queues, and shared_state instances * Still default to default instance if separate is not specified
-
- Nov 21, 2016
-
-
tyranron authored
-
- Nov 17, 2016
-
-
Ben Bodenmiller authored
-
- Nov 16, 2016
-
-
Marin Jankovski authored
add running Redis server using Omnibus details, Redis HA details, and gitlab.rb.template cleanup https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6471 is proposing removing these details from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/administration/high_availability/redis.md so lets add them here. Also cleanup `gitlab.rb.template`. /cc @marin Todo later: * [ ] Add link to `redis.md` in Omnibus repo from HA section of CE repo (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6471#note_18490785) See merge request !1101
-