#Restarting Redis
By

Fernando Cesar
first you need to connect to your instance in aws
Once you're connected, restarting Nginx is easy, just run this command:
If the command above didn’t work, you’ll need to take a few extra steps.
First run the command
The result of this command should look something like this:
Copy the PID Number, then:
The command above will force the Redis process to stop.
Now, just run:
And Redis should be up and running again.