Pretty sure this is a typo:


isset($conf['redis_cache_host']) ? $conf['redis_client_host'] : self::REDIS_DEFAULT_HOST,

Attached patch fixes these lines to only reference redis_client_host. Also removes some extra whitespace.

CommentFileSizeAuthor
redis-cache-host.patch1.3 KBmsonnabaum

Comments

pounard’s picture

Status: Active » Fixed

Thanks for the patch, commited http://drupalcode.org/project/redis.git/commit/8563c4e and released as 7.x-2.0-alpha3 version, that will be available in a few minutes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 8563c4e on 7.x-2.x, 7.x-2.x-sharding, 7.x-2.x-path by pounard:
    Fixes #1395268 - patch by msonnabaum - Typo error causing the module...