Windows 下面的 redis GUI操作工具

來源:互聯網
上載者:User

標籤:int   def   修改   訪問   參數   default   bin   follow   des   

1.

redisdesktop

https://redisdesktop.com/download

2. 下載windows版本並且進行安裝

處理redis 的參數 

根據上面的一篇部落格 採取了 自動啟動的redis 的處置

參數檔案也變成了 /etc/redis/6379.conf

所以修改這個設定檔

vim /etc/redis/6379.conf#修改點1 bind將bind 修改為 0.0.0.0這樣其他機器都可以遠端存取增加requirepass 參數 保證redis 不是隨機訪問的 必須私用密碼requirepass Test6530

修改點

# If the master is password protected (using the "requirepass" configuration# directive below) it is possible to tell the slave to authenticate before# starting the replication synchronization process, otherwise the master will# refuse the slave request.## masterauth <master-password>requirepass Test6530# When a slave loses its connection with the master, or when the replication# is still in progress, the slave can act in two different ways:

以及

# ~~~ WARNING ~~~ If the computer running Redis is directly exposed to the# internet, binding to all the interfaces is dangerous and will expose the# instance to everybody on the internet. So by default we uncomment the# following bind directive, that will force Redis to listen only into# the IPv4 lookback interface address (this means Redis will be able to# accept connections only from clients running into the same computer it# is running).## IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES# JUST COMMENT THE FOLLOWING LINE.# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~bind 0.0.0.0

3. 安裝redisdesktop

過程簡單 略過

 

 操作介面

 

Windows 下面的 redis GUI操作工具

聯繫我們

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