您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
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. )*/ ),
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。