Hello guys,
I am having problems setting the Redis for a domain. I have a fresh Onyx install and everything is working well but I cannot activate the redis cache. I looked into PHP Settings and redis extension seems to be active for the domain which use the 7.0.16 version.
Then I ran the test with the redis.php test file from this thread - https://talk.plesk.com/threads/redis-module-for-php-7-0-1-and-7-0-2.336648/
The test retrieved - 'Redis server went away. Issues with the Redis key/value store occurred'
After that I decided to test redis in the server console and it turned out that there is no redis server to test. I typed the command redis-cli ping from here - https://redis.io/topics/quickstart
The result was -bash: redis: command not found
Then I tried to install the redis, I followed these steps:
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
When entering the make lead me to a result -bash: make: command not found
I am sure that I have done something really wrong here. Can anyone please guide me to the right direction or point out a link with tutorial for this process? The OS version is Debian 8.7
Regards
I am having problems setting the Redis for a domain. I have a fresh Onyx install and everything is working well but I cannot activate the redis cache. I looked into PHP Settings and redis extension seems to be active for the domain which use the 7.0.16 version.
Then I ran the test with the redis.php test file from this thread - https://talk.plesk.com/threads/redis-module-for-php-7-0-1-and-7-0-2.336648/
The test retrieved - 'Redis server went away. Issues with the Redis key/value store occurred'
After that I decided to test redis in the server console and it turned out that there is no redis server to test. I typed the command redis-cli ping from here - https://redis.io/topics/quickstart
The result was -bash: redis: command not found
Then I tried to install the redis, I followed these steps:
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
When entering the make lead me to a result -bash: make: command not found
I am sure that I have done something really wrong here. Can anyone please guide me to the right direction or point out a link with tutorial for this process? The OS version is Debian 8.7
Regards