phpRedisAdmin 安装
生活随笔
收集整理的這篇文章主要介紹了
phpRedisAdmin 安装
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
phpRedisAdmin是一個web端管理redis的工具,每次都是命令行操作,今天安裝了下,做個筆記
[root@localhost?linshi]#?git?clone?https://github.com/ErikDubbelboer/phpRedisAdmin.git Initialized?empty?Git?repository?in?/root/linshi/phpRedisAdmin/.git/ remote:?Counting?objects:?484,?done. remote:?Total?484?(delta?0),?reused?0?(delta?0) Receiving?objects:?100%?(484/484),?170.26?KiB?|?114?KiB/s,?done. Resolving?deltas:?100%?(230/230),?done. [root@localhost?linshi]#?ls phpRedisAdmin [root@localhost?linshi]#?cd?phpRedisAdmin/ [root@localhost?phpRedisAdmin]#?ls composer.json??css?????????edit.php????flush.php??import.php??index.php??js??????????overview.php?????rename.php??ttl.php composer.lock??delete.php??export.php??p_w_picpaths?????includes????info.php???logout.php??README.markdown??save.php????view.php [root@localhost?phpRedisAdmin]#?git?submodule?init [root@localhost?phpRedisAdmin]#?git?submodule?update[root@localhost?phpRedisAdmin]#?cp?includes/config.sample.inc.php?includes/config.inc.php??[root@localhost?phpRedisAdmin]#?vim?includes/config.inc.php? <?php //Copy?this?file?to?config.inc.php?and?make?changes?to?that?file?to?customize?your?configuration.$config?=?array('servers'?=>?array(array('name'?=>?'100?server',?//?Optional?name.可以設置多個服務器'host'?=>?'192.168.1.100','port'?=>?6379,'filter'?=>?'*',),array('name'?=>?'101?server',?//?Optional?name.?'host'?=>?'192.168.1.101','port'?=>?6379,'filter'?=>?'*',),'login'?=>?array(//?Username?=>?Password//?Multiple?combinations?can?be?used'admin'?=>?array( //登陸帳號'password'?=>?'redismima123456', //密碼),/*'guest'?=>?array('password'?=>?'','servers'??=>?array(1)?//?Optional?list?of?servers?this?user?can?access.)*/),轉載于:https://blog.51cto.com/kingtigerhu/1586050
總結
以上是生活随笔為你收集整理的phpRedisAdmin 安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Exynos4412 内核移植(五)——
- 下一篇: 基于麻雀搜索算法优化的Elman神经网络