安装 phpRedisAdmin 和 predis(PHP Redis Client)

  • 安装 phpRedisAdmin,方法一:
git clone https://github.com/ErikDubbelboer/phpRedisAdmin.git
cd phpRedisAdmin
git clone https://github.com/nrk/predis
  • 安装 phpRedisAdmin,方法二(官方):
git clone https://github.com/ErikDubbelboer/phpRedisAdmin.git
cd phpRedisAdmin
git submodule init
git submodule update
  • 安装 predis
git clone https://github.com/nrk/predis
连接:
  • https://github.com/ErikDubbelboer/phpRedisAdmin
  • https://github.com/nrk/predis
相关文章
相关标签/搜索