- 安装 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
来源:oschina
链接:https://my.oschina.net/u/105637/blog/103031