1. 程式人生 > >介紹一個Redis的WEB 客戶端

介紹一個Redis的WEB 客戶端

chrome key 設置 關鍵字 數據 插件 pos man post


http://webd.is/

$ git clone git://github.com/nicolasff/webdis.git
$ cd webdis
$ make
$ ./webdis &


接下來使用CHROME的插件POSTMAN,,對數據操作,可是非常簡單
http://127.0.0.1:7379/SET/key/value
SET :REDIS 關鍵字
KEY: key
VALUE:設置的值

介紹一個Redis的WEB 客戶端