1.
一. mac下redis的安裝
1. 官網http://redis.io/ 下載最新的穩定版本,這里是5.0.9
2. sudo mv 到 /usr/local/
3. sudo tar -zxf redis-5.0.9.tar 解壓文件
4. 進入解壓后的目錄 cd redis-5.0.9
5. sudo make test 測試編譯
6. sudo make install //安裝redis
如果在第5步測試時報如下錯:
Executing test client: couldn't execute "src/redis-benchmark": no such file or directory.
則執行以下兩個步驟
1.sudo make distclean
2.sudo make
https://www.cnblogs.com/guanbin-529/p/9180840.html
brew cask install another-redis-desktop-manager
https://github.com/qishibo/AnotherRedisDesktopManager