美文网首页
给Redis设置访问密码

给Redis设置访问密码

作者: 袁俊亮技术博客 | 来源:发表于2017-06-10 16:13 被阅读55次

    给Redis设置访问密码

    标签(空格分隔): redis


    给Redis设置访问密码

    • 设置你的密码
    > config set requirepass yourpassword
    
    • 查看你设置的密码
    > config get requirepass
    
    • 授权命令
    auth yourpassword
    

    参考文章

    相关文章

      网友评论

          本文标题:给Redis设置访问密码

          本文链接:https://www.haomeiwen.com/subject/nffcqxtx.html