redis failed to start

  1. Startup file directory D:\redis>redis-server.exe redis.windows.conf

  2. If the following error is still reported:

      # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error

  3. Enter the following commands in order to connect successfully

    1. redis-cli.exe

    2. shutdown

    3. exit

   4. redis-server.exe redis.windows.conf

 

Guess you like

Origin blog.csdn.net/qq_41358110/article/details/109525942