Bug: increment/decrement not working in Cache RedisHandler; method "remember" not listed in CacheInterface #6385
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
PHP Version
8.0
CodeIgniter4 Version
4.2.4
CodeIgniter4 Installation Method
Composer (as dependency to an existing project)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
fpm-fcgi
Database
MySQL
What happened?
The methods increment and decrement use the wrong php redis hashKey. Currently "data" is used - it should be "__ci_value" if I am right.
The method "remember" is not listed CacheInterface (system/Cache/) and is not suggested. See docs https://www.codeigniter.com/user_guide/libraries/caching.html.
Thank you
Steps to Reproduce
Expected Output
3 instead of 5
Anything else?
No response
The text was updated successfully, but these errors were encountered: