Friday, February 13, 2015

How to monitor Redis with a specific port

To monitor Redis with a specific port,

use the following command:

./redis-cli -p 10000 monitor

Reference:
http://stackoverflow.com/questions/6206971/redis-cli-selecting-which-instance

No comments:

Post a Comment