CodeIgniter icon indicating copy to clipboard operation
CodeIgniter copied to clipboard

fix incorrect variable name and missing TTL in Cache_redis

Open tomek-artneo opened this issue 3 years ago • 2 comments
trafficstars

There is a little bug, which causes warning. Entire method uses $data variable, but in conditional check, there is $value. Leftover from recent updates.

tomek-artneo avatar Oct 07 '22 11:10 tomek-artneo

I have also added setting expire time for cached items inside save method. TTL wasn't handled at all.

tomek-artneo avatar Oct 25 '22 14:10 tomek-artneo

Would be great to get this merged!

:+1:

rickhewes avatar Jan 30 '24 15:01 rickhewes