搭建redis主從複製,遇到的問題總結

來源:互聯網
上載者:User

標籤:

1.首先安裝各個redis

--解壓 tar -zxvf redis.gz

--編譯:

    進行redis的make命令

    如果出現缺少gcc ,則運行 yum install -y gcc g++ gcc-c++ make 

    如果出現 jemalloc/jemalloc.h:沒有那個檔案或目錄,則運行 make MALLOC=libc

    如果出現 You need tcl 8.5 or newer in order to run the Redis test ,則運行 

wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gztar xzvf tcl8.6.1-src.tar.gz  -C /usr/local/cd  /usr/local/tcl8.6.1/unix/./configuremakemake install 

--最後,執行 make install

2.搭建主從過程中問題

 --我選擇的是兩台虛擬機器,其中都關閉了防火牆 service iptables stop,redis.conf中配置了appendonly no

 --參數 bind 127.0.0.1 去掉 

--參數 protected-mode 改為 no

--參數 slaveof ip地址 連接埠號碼 填寫(只在從上配置,主機把配置)

--參數 masterauth <master-password>   和  requirepass foobared  可以設定密碼,可以不設定

其中,用jedis中串連使用主redis,否則報錯 READONLY You can‘t write against a read only slave.

    

搭建redis主從複製,遇到的問題總結

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.