Redis

支持Windows/Mac

Posted by JackyCJ on December 20, 2022

Redis

Prerequisites First, make sure you have Homebrew installed. From the terminal, run:

$ brew --version If this command fails, you'll need to follow the Homebrew installation instructions.

Installation From the terminal, run:

brew install redis

参考