2 Answers
- Newest
- Most votes
- Most comments
1
sudo yum update
sudo amazon-linux-extras install epel -y
sudo yum install php-pecl-redis
php -i | grep Redis
Redis Support => enabled
Redis Version => 2.2.8
0
I recommend the solution here instead:
https://repost.aws/knowledge-center/elastic-beanstalk-pecl7-amazon-linux2
answered 6 months ago
Relevant content
- asked 4 years ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
Didn't work for me.