While default global.inc file always included the code required to integrate caching backend, it was never really used, which is silly, despite the fact that we discourage people from using master instance, hence it is a bug and not a feature request. We should manage automatically added Redis caching backend also to all sites hosted on the master instance out of the box, which is easy, because new backend doesn't require any extra module enabled, just present in the expected directory.

Comments

omega8cc’s picture

Status: Active » Fixed
omega8cc’s picture

Category: bug » feature
Priority: Major » Normal
Status: Fixed » Closed (won't fix)

It doesn't work as expected and we had to revert to Octopus-only style with non-absolute paths, since otherwise it caused fatal errors because of the way the paths for includes are defined in the Redis module. Closing this as won't fix.

omega8cc’s picture

Note that it will work just fine if you will use the Octopus style for paths to redis and cache_backport modules in your Master Instance: http://drupalcode.org/project/barracuda.git/blob/HEAD:/aegir/conf/global...

  • omega8cc committed ca32340 on HEAD
    BOA: Issue #1528726 by omega8cc - Redis caching backend should be...