Your friend John's digital garden

How to Shut Down Your Local Redis Process

August 27, 2020

You try to start a local redis process with redis-server then see:

...
...
... *:6379: bind: Address already in use

Redis server

How to shut it down?

$ redis-cli
127.0.0.1:6379> SHUTDOWN

Running redis-cli logs you into the running redis process and allows you to do things like flush the cache (FLUSHALL), and shut down the running process itself (SHUTDOWN).


Tuesday Brew

Curated finds from my week, mostly about coding, job opportunities and whatever else catches my eye. I also include new posts to my digital garden.

    I won’t send you spam.

    Unsubscribe at any time.

    Written by John Omar who lives and works remotely building useful things. You should follow him on Twitter