Have some development and staging VM's running RHEL 7.2 with PHP5.6 via webtatic repo.
Have both Apache w/PHP and Node.js running fine. Have redis deamon running fine.
Have not found a good best practice for enabling PHP to store sessions in redis. I see reference to phpredis, but it looks like it needs to be build from source? ... predis? ... not an RPM via yum?
- php-nrk-Predis ?
- php-pecl-redis ?
- or just edit php.ini raw?
- Some combination of the above?
Ultimate Goal: enable both Apache/PHP and Node.js to share session in redis on same dev instance