Executed but still not working
Executed but still not working
1. First check whether there is a process and whether there is a redis instance
<code>ps -ef | grep redis</code>
If yes, kill and restart
If the 2.1 method does not work, try sudo execution
<code>sudo redis-server &</code>
1. First check whether it is occupied: netstat -an | grep 6379
2. Specify the path of redis.conf. After starting redis-service, it is best to check whether the contents of the redis.conf file are all included. Correct