Ошибка #2321

Null lifetime not supported in cache backend

Added by Иван Шумков almost 2 years ago. Updated about 1 year ago.

Status:Проверено Start:04/19/2010
Priority:Средний Due date:
Assigned to:Иван Шумков % Done:

0%

Category:Zend Integration
Target version:0.4.2
Ticket ID:

Description

A lifetime of ‘Null’ should mean the data never expires. Can I suggest changing the area around line 124 of Rediska/Zend/Cache/Backend/Redis.php to read:

if ($result && $lifetime) {
    $this->_rediska->expire($id, $lifetime);
}

History

Updated by Иван Шумков almost 2 years ago

  • Target version set to 0.4.2

Also available in: Atom PDF