Hello
I am new to Redis and AWS. I recently signed up for AWS and was trying to install Redis on a free-tier ubuntu server.
> sudo apt -y install gcc make # install GCC compiler
> cd /usr/local/src
> sudo wget http://download.redis.io/redis-stable.tar.gz
> sudo tar xvzf redis-stable.tar.gz
> sudo rm -f redis-stable.tar.gz
> cd redis-stable
> sudo make distclean
> sudo make
> sudo apt install -y tcl
and testing if Redis is working:
sudo make test
I get the following errors:
can anyone provide the solution or any guide on why is it happening?
Comment From: oranagra
this test is time sensitive. maybe the machine was weak or overloaded at that time?
Comment From: itamarhaber
Most probably due to a weak server, as the OP attested that he/she is using the free tier.