mac安装redis

1、使用Homebrew安装

如果brew命令不存在,先安装brew:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

使用Homebrew命令安装

brew install redis

安装目录:Homebrew安装的软件会默认在/usr/local/Cellar/路径下

配置目录:redis的配置文件redis.conf存放在/usr/local/etc路径下

 

2、启动redis(前台启动)

方式一:使用brew帮助我们启动软件:brew services start redis
方式二:redis-server /usr/local/etc/redis.conf

进入redis.conf目录:redis-server redis.conf

3、后台启动

将redis.conf中的daemonize no改为yes 

查看redis是否在运行:ps axu | grep redis

redis-cli连接redis服务:redis-cli -h 127.0.0.1 -p 6379

启动 redis 客户端,打开终端并输入命令 redis-cli。该命令会连接本地的 redis 服务。

$redis-cli
redis 127.0.0.1:6379>
redis 127.0.0.1:6379> PING
PONG

4、关闭redis

redis-cli shutdown

5、强制关闭redis

sudo pkill redis-server

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值