Hi,
I installed the latest version of Redis, using the following script.
Now I also want to install phpredis (https://github.com/phpredis/phpredis)
I can not get it installed right.
How can I install phpredis correctly?
I installed the latest version of Redis, using the following script.
Code:
wget http://download.redis.io/releases/redis-3.2.3.tar.gz
tar xzf redis-3.2.3.tar.gz
cd redis-3.2.3
make
make test
make install
cd utils
chmod +x install_server.sh
./install_server.sh
Now I also want to install phpredis (https://github.com/phpredis/phpredis)
I can not get it installed right.
How can I install phpredis correctly?