$ sudo apt install redis-tools $ sudo apt install redis-server
$ redis-server
$ redis-cli ping => (서버가 실행중이라면 PONG 이라는 답이 온다.)
$redis-cli