Ошибка #2321
Null lifetime not supported in cache backend
| 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