drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

feat(redis): Disable redis persistence by default #125

Closed zachomedia closed 2 years ago

zachomedia commented 2 years ago

I'm opening this as a draft pull request to start a conversation. A few users of the chart have encountered issues with Redis disk space and start up time due to the AOF/RDB file. I propose that the persistence be disabled by default, however since this is breaking change I would like to start a conversation first.

Thanks to @nathanpw for the Redis configuration.

I'm going to known users for conversation:

cc/ @sylus @bernardmaltais @markwooff

sylus commented 2 years ago

I have been running this in a few of my sites and yes there is the initial cache hit on pod restart but its very simple and having the pod restart at a moments notice and still work is very ideal for me :)