I\'ve installed Redis on my ubuntu 14 server with phpredis extension. Im using Nginx server. I have php testing script
$redis=new Redis() or die(\"Cannot load Re
You have installed redis but not php-redis. you can simply run the command below to install php-redis
sudo apt-get install php-redis