Hello,

With the latest version (7.x-3.4) and with dev version, despite of a "$conf['redis_client_base'] = 3;" in settings.php, all keys are in database 0.

I found the bug (I think) here : redis/lib/Redis/Client/PhpRedis.php

Line 21 : if (isset($options['database'])) {
Line 22 : $client->select($options['base']);

The correct line 21 whould be : if (isset($options['base'])) {

Thx for your answer :)

Comments

pounard’s picture

Nice one, thanks for reporting, will fix this as soon as possible.

pounard’s picture

Status: Active » Fixed

CloneVince’s picture

Thx for the fix :)

Status: Fixed » Closed (fixed)

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