01 redis特點及安裝使用

來源:互聯網
上載者:User

標籤:

一:redis的特點
(1)redis是一個開源,BSD許可進階的key-value儲存系統。可以用來儲存字串,雜湊結構,鏈表,集合,因此,常用來提供資料結構服務。

二:redis和memcached相比的獨特之處
(1)redis可以用來做儲存(storge),而memcached是用來做緩衝(cache)。redis這個特點要因為其“持久化”的功能。
(2)redis儲存資料有“結構”,對於memcached來說,儲存的資料只有一種類型[字串類型],而redis則可以存字串,雜湊鏈表,雜湊結構,有序集合。
三:redis安裝
(1)官網:redis.io
(2):http://download.redis.io/releases/redis-2.8.19.tar.gz
(3)安裝
1:tar -zxvf redis-2.8.19.tar.gz
2:cd redis
3:make
4:make test [編譯之後出現]
----------------------------
You need tcl 8.5 or newer in order to run the Redis test
------------------------------
這是缺少tcl組件
所以:yum tcl 即可
5:指定編譯路徑 make PREFIX=/usr/local/redis install
6:ls 可查看目錄以及作用如下

        redis-benchmark redis效能測試工具
        redis-check-aof 檢查aof日誌工具
        redis-check-dump 檢查rdb日誌工具
        redis-cli 串連用的用戶端
        redis-server redis服務進程

 

        7:拷貝一份設定檔    cp /usr/local/src/redis-2.8.19/redis.conf ./

        8:修改設定檔設定為後台運行

           vim  vim redis.conf    修改成:daemonize yes

        9:啟動redis

          ./bin/redis-server ./redis.conf 



  

01 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.