Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis support + WP core stability #26

Merged
merged 3 commits into from
Apr 29, 2024
Merged

Redis support + WP core stability #26

merged 3 commits into from
Apr 29, 2024

Conversation

alihm
Copy link
Member

@alihm alihm commented Apr 29, 2024

  • Add support for Redis. This reduces load on DB and improves WP performance by enabling object caching. Also can reduce load on Syncthing by enabling caches to be stored in memory.
  • Disable wp-core for all slave nodes. By disabling wp-core we ensure that no schedules or file modifications are being made on the slave nodes. This could fix core file damages caused by sync conflicts.

@alihm alihm merged commit 3a5d4f6 into master Apr 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant