Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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

...