redis 進階特性一

來源:互聯網
上載者:User

一、安全性使用者名稱密碼)

在redis-conf中找到requirepass,修改為requirepass******即可

使用密碼有2中方式

1、進入redis-cli然後auth******

2、redis-cli-a******

二、主從複製

1、Master可以擁有多個Slave

2、slave可以聯機同一個master,還可以串連slave

3、主從複製不會阻塞master,同步資料時,master可以繼續處理請求

4、提高系統伸縮性

配置slave的redis-conf,找到位置:

650) this.width=650;" title="QQ20130921220701.png" src="http://www.bkjia.com/uploads/allimg/131229/210453L62-0.png" alt="221520314.png" />

修改為:

slaveof192.168.88896379

masterauth******

三、交易處理

redis支援簡單事務,開始multi命令後,串連進入事務,串連後續的命令不會立即執行,而是先放到隊列中,當執行exec命令時,redis會順序執行隊列中的命令。

discard清空隊列命令,交易回復。

但是值得注意的一點是,當後面遇到錯誤時,已經執行的命令不會復原。

例如:

650) this.width=650;" title="QQ20130921220701.png" alt="220731665.png" src="http://www.bkjia.com/uploads/allimg/131229/210453C32-1.png" />


本文出自 “phper” 部落格,請務必保留此出處http://janephp.blog.51cto.com/4439680/1299853

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.