Installing Redis and phpredis

#1
How do I install Redis and phpredis to work with Litespeed correctly?

After following the guide (see link below), I get the following error when I try to open my Magento site:

Fatal error: Class 'Credis_Client' not found in /var/www/#####/app/code/community/Cm/RedisSession/Model/Session.php on line 57

Should I edit the Litespeed's php.ini to include extension=redis.so, right?

But when I edit the php.ini under /php folder and restart the server, phpinfo.php is not changing. Which php.ini I need to change?

http://www.magentocommerce.com/boards/viewthread/278526/
 
Last edited:
#3
Basically I guess the step with installing phpredis should be done different when using litespeed? Any help on how to do this, can I example compile php directly to include phpredis? So how do I install phpredis to Litespeed's php?
 
Last edited:
Top