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.
| Comment | File | Size | Author |
|---|---|---|---|
| redis-cache-host.patch | 1.3 KB | msonnabaum |
Comments
Comment #1
pounardThanks 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.