CodeIgniter Forums
How to use all methods of PHP Redis with Codeigniter 4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: How to use all methods of PHP Redis with Codeigniter 4 (/showthread.php?tid=77811)



How to use all methods of PHP Redis with Codeigniter 4 - myo - 10-21-2020

Hi all

I am trying to use redis cache in Codeigniter 4 with PECL PHP REDIC . 

Codeigniter 4 documentation shows only few methods like GET, SAVE, DELETE. 

I tried to use SET but it did not work. How to use all available methods of PHP REDIS like set, hSet, etc?

Regards