TheOtherRob
Clients
-
Joined
-
Last visited
Solutions
-
TheOtherRob's post in Redis not detected in containerised set up was marked as the answerI've successfully managed to migrate an existing Invision Community to a containerised set up on AWS Fargate. I've upgraded to 4.5.4.2 and everything is working as expected except I cannot get it to detect that php-redis is installed.
My httpd and php-fpm run in separate containers with httpd handing over to php-fpm via TCP 9000. Could this be the reason it cannot detect php-redis? Is there a way to force the software into making the redis options available?
My apologies - php-redis wasn't installed. Don't I feel the fool?