中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

phpRedisAdmin 安裝

發布時間:2020-08-07 08:49:09 來源:網絡 閱讀:780 作者:kingtigerhu 欄目:web開發

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.
    )*/
  ),


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大同市| 长治县| 泰顺县| 滁州市| 周至县| 淮安市| 定西市| 麻江县| 武强县| 临桂县| 博野县| 凤庆县| 灌云县| 河北省| 达孜县| 浦东新区| 原阳县| 景东| 阿合奇县| 静乐县| 东安县| 分宜县| 屯门区| 营山县| 鹤壁市| 榆社县| 石阡县| 嘉兴市| 榆林市| 东辽县| 贺州市| 磐石市| 彭州市| 石柱| 清水河县| 衡山县| 治多县| 克什克腾旗| 新野县| 甘泉县| 同德县|