hello,
am trying to install phpredis to work with my php. but the thing is, everytime 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?