安装 phpRedisAdmin 和 predis(PHP Redis Client)
- 安装 phpRedisAdmin,方法一(自己摸索):
<code style="margin: 0px;padding: 0px;border: none;font-size: 12px;font-family: Consolas, 'Liberation Mono', Courier, monospace;background-color: transparent">git clone https://github.com/ErikDubbelboer<p style="color:transparent">本文来源gao!%daima.com搞$代*!码$网3</p><strong>搞代gaodaima码</strong>/phpRedisAdmin.gitcd phpRedisAdmingit clone https://github.com/nrk/predis</code>
- 安装 phpRedisAdmin,方法二(官方):
<code style="margin: 0px;padding: 0px;border: none;font-size: 12px;font-family: Consolas, 'Liberation Mono', Courier, monospace;background-color: transparent">git clone https://github.com/ErikDubbelboer/phpRedisAdmin.gitcd phpRedisAdmingit submodule initgit submodule update</code><code>git clone https://github.com/nrk/predis.git vendo</code>
- 安装 predis
<code style="margin: 0px;padding: 0px;border: none;font-size: 12px;font-family: Consolas, 'Liberation Mono', Courier, monospace;background-color: transparent">git clone https://github.com/nrk/predis</code>
链接:
?