The program 'redis-server' is currently not installed. You can install it by typ



ubuntuにredis 3.0.4サーバをインストールしますが、公式サイトの手順でインストールした後、redis-serverを起動すると、次のエラーが表示されます.
 
 
The program 'redis-server' is currently not installed. You can install it by typing:   sudo apt-get install redis-server
 
 
 
私の解決策は次のとおりです.
起動前に次のコマンドを実行します.
   
     
sudo make install

 
注意:公式サイトではmakeコマンドが実行されています
 
 
OK、起動できます