Add Redis to 7-fpm image.#31
Conversation
|
Related to #28 |
|
a04d421 to
4fc4872
Compare
|
Redis extension needs to be build manually for PHP 7 it seems. Did that and added it to other php versions too. Also rebased against master. Let's see what Travis thinks about it now. |
|
I decided to merge it into master however I am still a little bit concerned about maintaining additional extension, especially with no stable release. I would like to add to README file information about all the features supported by php image (i.e. redis) and information about maintenance status (i.e. redis - experimental). I believe we should use pecl for phpredis/php7 ASAP (according to phpredis issue queue extension should be released soon™). |
Sure. Let's do that. If I find any time in the next few days I'll start working on this and create a pull.
Agreed. Thank you for merging! |
Great!
Thank you! |
Adding Redis to 7-fpm. I am happy to add it to other images if needed.