Install Redis On Mac
Posted 荆南山砍柴人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Redis On Mac相关的知识,希望对你有一定的参考价值。
- 下载包,download the package, https://redis.io/download
- 解压 tar xzf redis-3.2.9.tar.gz
- cd redis-3.2.9
- 编译 make
- 测试下,有没有错误make test
- 编译好的资源放在了src目录下
- 启动redis服务, src/redis-server
- 使用内置的客户端连接redis, src/redis-cli
- 选择库,select 0
- 练习, set hello world
- 查看,get hello
以上是关于Install Redis On Mac的主要内容,如果未能解决你的问题,请参考以下文章