数据库
首页 > 数据库> > 【REDIS】Mac安装运行Redis踩过的坑

【REDIS】Mac安装运行Redis踩过的坑

作者:互联网

1. 在安装目录下执行make test命令时提示无效。

解决方式:command+shift+G 找到/usr/local文件夹,redis安装文件移动到该目录下。 

2.错误提示:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

解决方式:终端输入命令 xcode-select --install 安装软件。

 

下面是redis启动步骤:

1.sudo make test

2.sudo make install

3.服务端启动 redis-server redis-conf:

 

 4.客户端启动:redis-cli 

 

标签:redis,make,sudo,REDIS,xcrun,Mac,usr,test,Redis
来源: https://www.cnblogs.com/niu11g/p/12739677.html