Skip to content

Commit

Permalink
recommend redis over memcache for central caching
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 7, 2023
1 parent 297f7ad commit 9863f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/manuals/3.6/5.8.4_other_considerations.md
Expand Up @@ -3,4 +3,4 @@ There are other considerations when creating a cluster:

1. You might want to share a common hostname, which can be set during installation or by modifying your Apache config files.
2. You might want a custom cert to reflect the cluster's cname, and you'll want to make sure your Foreman-related infrastructure is [configured to use SSL](manuals/{{page.version}}/index.html#5.4SecuringCommunicationswithSSL).
3. You can use a central memcached instance instead of each Foreman instance's local cache. Foreman has a [plugin](https://github.com/theforeman/foreman_memcache) you can use.
3. You can use a central Redis instance instead of each Foreman instance's local cache.
2 changes: 1 addition & 1 deletion _includes/manuals/nightly/5.8.4_other_considerations.md
Expand Up @@ -3,4 +3,4 @@ There are other considerations when creating a cluster:

1. You might want to share a common hostname, which can be set during installation or by modifying your Apache config files.
2. You might want a custom cert to reflect the cluster's cname, and you'll want to make sure your Foreman-related infrastructure is [configured to use SSL](manuals/{{page.version}}/index.html#5.4SecuringCommunicationswithSSL).
3. You can use a central memcached instance instead of each Foreman instance's local cache. Foreman has a [plugin](https://github.com/theforeman/foreman_memcache) you can use.
3. You can use a central Redis instance instead of each Foreman instance's local cache.

0 comments on commit 9863f89

Please sign in to comment.