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