Stop redis server. Neither shutdown nor stop works

后端 未结 16 782
深忆病人
深忆病人 2021-01-31 08:43

I want to stop the redis server and it just keeps going and going. I am using redis-2.6.7

Check that it is running:

redis-server

It say

16条回答
  •  梦毁少年i
    2021-01-31 08:49

    start redis: $REDIS_HOME/src/redis-server
    stop redis: $REDIS_HOME/src/redis-cli shutdown
    

    $REDIS_HOME where you have installed/extracted redis.

提交回复
热议问题