在开发过程中,需要本地进行安装Redis进行测试,记录了下MacOS环境下安装Redis,以及设置密码。

Brew 安装

$ brew install redis

启动服务

# 启动服务
brew services start redis
# 关闭服务
brew services stop redis
# 重启服务
brew services restart redis

# 查看 redis 服务进程
ps axu | grep redis

# redis默认端口号6379,默认 auth 为空,输入以下命令即可连接
redis-cli -h 127.0.0.1 -p 6379

设置密码

方式一:设置临时密码

重启服务后密码会失效

$ config set requirepass 123456
方式二:设置永久密码

需要修改配置 redis.conf

# 查看 brew 安装 redis 的配置文件地址
$ brew list redis
/opt/homebrew/Cellar/redis/7.0.11/.bottle/etc/ (2 files)
/opt/homebrew/Cellar/redis/7.0.11/bin/redis-benchmark
/opt/homebrew/Cellar/redis/7.0.11/bin/redis-check-aof
/opt/homebrew/Cellar/redis/7.0.11/bin/redis-check-rdb
/opt/homebrew/Cellar/redis/7.0.11/bin/redis-cli
/opt/homebrew/Cellar/redis/7.0.11/bin/redis-sentinel
/opt/homebrew/Cellar/redis/7.0.11/bin/redis-server
/opt/homebrew/Cellar/redis/7.0.11/homebrew.mxcl.redis.plist
/opt/homebrew/Cellar/redis/7.0.11/homebrew.redis.service

# 进入目录
$ cd /opt/homebrew/Cellar/redis/7.0.11

# 查看 redis 配置文件位置
$ cat  homebrew.mxcl.redis.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
...
    <array>
        <string>/opt/homebrew/opt/redis/bin/redis-server</string>
        <string>/opt/homebrew/etc/redis.conf</string>
    </array>
...
</plist>

# 编辑 /opt/homebrew/etc/redis.conf
$ vim /opt/homebrew/etc/redis.conf

# 查找 「#requirepass foobared」 进行修改
requirepass 123456

# 重启 redis 服务
$ brew services restart redis
查询密码:
# 查询密码
$ config get requirepass

# 验证密码
127.0.0.1:6379> auth 123456

本文由 一切随风 创作,可自由转载、引用,但需署名作者且注明文章出处。

6 条评论

  1. ruahrdotzk
    ruahrdotzk

    《落难千金:霍少的倔强小娇妻》短片剧高清在线免费观看:https://www.jgz518.com/xingkong/23248.html

  2. nhuznzxjiw
    nhuznzxjiw

    你的文章让我感受到了不一样的视角,非常精彩。 http://www.55baobei.com/uLbN6dkH9I.html

  3. csstzgzgbh
    csstzgzgbh

    你的才华横溢,让人敬佩。 http://www.55baobei.com/D0pJU9WLVY.html

  4. bksatfjhtn
    bksatfjhtn

    《听不到的哭泣国语》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/69448.html

  5. bujtvjryyz
    bujtvjryyz

    想想你的文章写的特别好www.jiwenlaw.com

  6. cnpezefkva
    cnpezefkva

    想想你的文章写的特别好https://www.237fa.com/

添加新评论