How can I stop redis-server?

前端 未结 26 1572
清歌不尽
清歌不尽 2020-12-07 06:51

I apparently have a redis-server instance running because when I try to start a new server by entering redis-server, I\'m greeted with the followin

26条回答
  •  有刺的猬
    2020-12-07 07:20

    On MacOSX,

    This is what worked for me

    /etc/init.d/redis restart
    
    /etc/init.d/redis stop
    
    /etc/init.d/redis start
    

提交回复
热议问题