Tag Archives: redis

Laravel session storage in redis

Redis provide a better performance compare to file storage for your session driver, the following show how it can be done. Setting up redis configuration, edit config/database.php,in redis section add session option and adjust database number accordingly. Edit config/session.php to use redis and connect to … Continue reading

Posted in Development | Tagged , | Leave a comment