Install Redis On Mac

Posted 荆南山砍柴人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Redis On Mac相关的知识,希望对你有一定的参考价值。

 

  1. 下载包,download the package, https://redis.io/download
  2. 解压 tar xzf redis-3.2.9.tar.gz
  3. cd redis-3.2.9
  4. 编译 make
  5. 测试下,有没有错误make test
  6. 编译好的资源放在了src目录下
  7. 启动redis服务, src/redis-server
  8. 使用内置的客户端连接redis, src/redis-cli
  9. 选择库,select 0
  10. 练习, set hello world
  11. 查看,get hello

技术分享

 

以上是关于Install Redis On Mac的主要内容,如果未能解决你的问题,请参考以下文章

安装开源redis

在Mac上为XAMPP安装PHP-Redis

Install Swagger on Ubuntu

gem install redis报错解决办法

Install FileZilla on CentOS 7

How to install VNC server on CentOS 6