CentOS使用yum安裝Redis的方法

來源:互聯網
上載者:User

CentOS使用yum安裝Redis的方法

1.由於CentOS官方yum源裡面沒有Redis,這裡我們需要安裝一個第三方的yum源,這裡用了Fedora的epel倉庫

yum install epel-release

安裝過程中會有讓你確認的,輸入y按斷行符號就可以了

2.安裝Redis

yum install redis

安裝過程中會有讓你確認的,輸入y按斷行符號就可以了

3.啟動Redis

service redis start

4.修改連接埠號碼/密碼等配置

vim /etc/redis.conf

5.注釋掉ip綁定(這個只允許本地調試,不注釋掉這個,你遠程這個redis的時候會提示:

redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused: connect

)

6:關閉保護模式(不關閉的話遠程這個redis會提示:

redis.clients.jedis.exceptions.JedisDataException: DENIED Redis is running in protected mode

)

下面關於Redis的文章您也可能喜歡,不妨參考下:

Ubuntu 14.04下Redis安裝及簡單測試

Redis主從複製基本配置

Redis叢集搭建與簡單使用 

CentOS 7下Redis的安裝與配置

Ubuntu 14.04安裝Redis與簡單配置

Ubuntu 16.04環境中安裝PHP7.0 Redis擴充

Redis 單機&叢集離線安裝部署

CentOS 7.0 安裝Redis 3.2.1詳細過程和使用常見問題

Ubuntu 16.04環境中安裝PHP7.0 Redis擴充

Ubuntu 15.10下Redis叢集部署文檔

Redis實戰 中文PDF

Redis熱遷移實戰總結 

Redis3.0設定檔詳解 

https://www.bkjia.com/Linux/2018-02/150956.htm

相關文章

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.