<!-- Support questions will not be answered. Use StackExchange or another support channel. --> <!-- This issue board is for reporting **bugs** and submitting Pull Requests only! --> Steps: - I configure limited size of redis (40MB) - Redis php extension is not installed - I create a script and run ``` <?php $cache = new Cm_Cache_Backend_Redis([ ... ]); while (true) { $cache->save('data', "my_test_data" . $i++, ['tag1', 'tag2', 'tag3_'.$i ]); } ``` WIG: `PHP Notice: Undefined offset: 5 in /app/vendor/colinmollenhour/credis/Client.php on line 963` WIE: save will return false or exception
Steps:
WIG:
PHP Notice: Undefined offset: 5 in /app/vendor/colinmollenhour/credis/Client.php on line 963WIE:
save will return false or exception