Skip to content

Commit 8bae987

Browse files
authored
Update README.md (#18)
1 parent a2dc351 commit 8bae987

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Redis Community Edition - Install using Homebrew Cask
1+
## Redis Open Source - Install using Homebrew Cask
22

3-
To install the latest version of Redis Community Edition using Homebrew Cask, please use the following command:
3+
To install the latest version of Redis Open Source using Homebrew Cask, please use the following command:
44

55
```bash
66
brew tap redis/redis
@@ -14,6 +14,10 @@ brew tap redis/redis
1414
brew install --cask redis-rc
1515
```
1616

17+
#### Note: Configuration File Conflicts
18+
If you previously installed Redis using the standard Homebrew formula `brew install redis` and later removed it, the configuration file may still remain at `$(brew --prefix)/etc/redis.conf`. When installing Redis via the cask method `brew install --cask redis`, this existing configuration file will not be automatically replaced.
19+
To avoid potential conflicts or unexpected behavior, ensure you remove any leftover configuration files from previous Redis installations before installing the cask version
20+
1721
## Supported Operating Systems
1822

1923
Redis officially tests the latest version of this distribution against the following OSes:
@@ -30,6 +34,8 @@ After installation, you can start Redis in the background using the following co
3034
redis-server $(brew --prefix)/etc/redis.conf
3135
```
3236

37+
38+
3339
To stop the service:
3440

3541
```bash

0 commit comments

Comments
 (0)