安裝 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

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章