装配 phpRedisAdmin 和 predis(PHP Redis Client)

安装 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
git clone https://github.com/nrk/predis.git vendo
  • 安装 predis
git clone https://github.com/nrk/predis
链接:
  • https://github.com/ErikDubbelboer/phpRedisAdmin
  • https://github.com/nrk/predis