Redis安裝配置(Windows版)

來源:互聯網
上載者:User

標籤:

近期項目中引入Redis,故記錄下來,方便日後查看。不說廢話,直奔主題。

一、安裝前的準備:

下載redis:

官方:http://redis.io/download(此處不介紹)

GitHub:有很多大牛在此分享經驗,比原生多提供三個之多的dll,功能好用很多

eg:

(含源碼)https://github.com/ServiceStack/ServiceStack.Redis

(已打包)https://github.com/ServiceStack/redis-windows

下載redis用戶端:

http://redisdesktop.com/download(此處不介紹,建議使用命令列串連redis-cli.exe進行操作)

二、redis配置:

1、找到redis存放位置,啟動redis伺服器。(命令,如下)

redis-server.exe redis.windows.conf

到此為止,redis服務已啟動。

2、串連操作redis:

另外開啟一個命令列視窗(cmd),找到redis存放位置,串連redis服務(注意修改自己的ip,連接埠號碼預設為6379)

redis-cli.exe -h 192.168.10.61 -p 6379

redis 127.0.0.1:6379> SET name tongsir

OK

redis 127.0.0.1:6379>KEYS *

1) "name"

redis 127.0.0.1:6379> GET name

"tongsir"

Redis安裝配置(Windows版)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.