Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 524bdbe

Browse files
authored
Add stop redis command documentation (#15)
1 parent f6c2987 commit 524bdbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ After installation, you can start Redis in the background using the following co
2929
```bash
3030
redis-server $(brew --prefix)/etc/redis.conf
3131
```
32+
33+
To stop the service:
34+
35+
```bash
36+
redis-cli shutdown
37+
```

0 commit comments

Comments
 (0)