...
Code Block | ||
---|---|---|
| ||
brew install redis |
To start the Redis serverservice:
Code Block |
---|
brew services start redis |
To check if the server service is running:
Code Block |
---|
brew services info redis |
...
...
Code Block | ||
---|---|---|
| ||
brew install redis |
To start the Redis serverservice:
Code Block |
---|
brew services start redis |
To check if the server service is running:
Code Block |
---|
brew services info redis |
...