solved Redis module installation error

sbhadauria
@sbhadauria
6 years ago
129 posts
I have installed redis module on my server. But when I am accessing server info tab then I am getting below mentioned error:

[20-Jul-2018 13:31:47 America/New_York] PHP Fatal error: Uncaught Error: Class 'Redis' not found in /home/dev/public_html/modules/jrRedis/index.php:443 [1]
thrown in /home/dev/public_html/modules/jrRedis/index.php on line 443 [1
updated by @sbhadauria: 10/21/18 02:14:33PM
michael
@michael
6 years ago
7,692 posts
Guess:
https://stackoverflow.com/questions/25230399/fatal-error-class-redis-not-found

server not restarted after installing redis?
brian
@brian
6 years ago
10,136 posts
You need to install the Redis PHP extension - i.e.

apt-get install php-redis


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
sbhadauria
@sbhadauria
6 years ago
129 posts
Thanks guys! issue resolved

Tags