How to install PHP Redis Extension
Code Igniter is a powerful PHP framework for building full featured web applications. But, I found that storing sessions to database causes blocking by table locking. Using redis session can mitigate the blocking problem and relieve user experience e...
Oct 27, 20221 min read335