jiakecong

安装redis

1.使用Homebrew安装Redis

brew install redis

执行上述命令后出现以下内容,则成功安装

Download failed: https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/redis-6.0.9.big_sur.bottle.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://download.redis.io/releases/redis-6.0.9.tar.gz
######################################################################## 100.0%
==> make install PREFIX=/usr/local/Cellar/redis/6.0.9 CC=clang BUILD_TLS=yes
==> Caveats
To have launchd start redis now and restart at login:
  brew services start redis
Or, if you don't want/need a background service you can just run:
  redis-server /usr/local/etc/redis.conf
==> Summary

分类:

Django

技术点:

相关文章:

  • 2021-08-09
  • 2021-10-17
  • 2021-06-29
  • 2021-06-19
  • 2021-09-07
  • 2021-08-24
  • 2021-08-09
猜你喜欢
  • 2019-11-21
  • 2021-07-05
  • 2019-06-12
  • 2021-12-27
  • 2022-01-16
  • 2021-12-29
相关资源
相似解决方案