Skip to content

Redis Start Stop Process

raysg2012 edited this page Dec 23, 2013 · 1 revision

1. ssh into the machine

ssh tradeheroadmin@thvm-redis01.cloudapp.net

2. Check if the redis server (should answer PONG if running)

redis-cli ping

3. To start the server if not running

sudo /etc/init.d/redis-server start

4. Check the logs

tail -n 200 /var/log/redis/redis-server.log

Clone this wiki locally