How can I stop redis-server?

前端 未结 26 1803
清歌不尽
清歌不尽 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:07

    if you did make install (e.g ubuntu) while installing redis then you can do:

    redis-cli shutdown
    

    as pointed by @yojimbo87 :)

提交回复
热议问题