I am trying to install phpredis to work with my php. But the thing is, every time I try to get it to work, my error_log sends this error:
[code]PHP Fatal error: Class 'Redis' not found in /var/www/html/testme.php on line 5[/code]
I have downloaded the source code from http://github.com/owlient/phpredis and then
phpize
./configure
make && make install
but still not working.
What can I do now?