Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 470 Bytes

redis-configuration.md

File metadata and controls

22 lines (15 loc) · 470 Bytes

Civil Services Logo

↤ Developer Overview

Redis Configuration

Start / Stop

You need Redis running, which you can do if you've Brew-installed it like this:

brew services start redis
brew services stop redis

On Linux you can run in like this ( assuming you installed the service ):

sudo systemctl start redis
sudo systemctl stop redis