mac 如何仅安装redis-cli客户端

  如何在mac系统上仅安装redis-cli客户端,请执行如下命令。

brew tap ringohub/redis-cli
brew update && brew doctor
brew install redis-cli

【注】需要安装好homebrew,建议修改下brew的源,可以使用中科大的源。

参考:

  Mac(os x): Is there a way to install ONLY redis-cli?

    https://*.com/a/55733092

 

mac 如何仅安装redis-cli客户端

上一篇:Leetcode 205. 同构字符串 哈希


下一篇:CompletableFuture异步编排