【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:

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

 

 4.客户端启动:redis-cli 

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

 

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

上一篇:C# IO流与文件读写学习笔记


下一篇:Linux操作系统中记录操作记录的地方