Project

Profile

Help

Issue #8996

Updated by dalley almost 3 years ago

Now that Redis is used primarily as a cache, we want to disable persistence.    If Redis goes down, Pulp can no longer invalidate / clear out the cache appropriately while it is offline, and - so when it comes back up up, we want it will to be out of date. empty. 

 We need to update the redis config to disable all forms of on-disk persistence. 

Back