安裝 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
相關文章
相關標籤/搜索