AMAkshay Mukadaminakshaym.hashnode.dev·Jun 18 · 3 min readHow to Install phpredis on Mac M4Recently, I picked up some contract work that required diving back into the PHP and Laravel ecosystem. Since I’m working on a Mac with the M4 chip (Apple Silicon), I wanted to ensure my local developm00
AAAbdul Ahadinabdulahadshahid.hashnode.dev·Jun 26, 2023 · 2 min readCodeIgniter-Redis-Session MagagementEnable Redis Session in CodeIgniter 3step 1: install php_redis.dll or .so if using Windows/Linux according to: Note: check right architecture (x64/486) and PHP version check if thread safety enabled then download DLL file (architecture (x64/86)) Thre...00