Closed (fixed)
Project:
Redis
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 16:19 UTC
Updated:
22 May 2014 at 22:07 UTC
Jump to comment: Most recent
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.