安装redis和phpredis模块
@ubuntu:/$?redis> get foo
@ubuntu:/$?"bar";?
裝了redis的服務器端程序,現在要在項目中使用REDIS了,由于我們的后臺是用PHP來寫的,所以要用redis的PHP客戶端來使用它。PHP的客戶端有幾種:
| Predis?★ | Repository | JoL1hAHN | Mature and supported |
| phpredis?★ | Repository | yowgi | This is a client written in C as a PHP module. |
| Rediska | Repository?Homepage | shumkov | ? |
| Redisent | Repository | justinpoliey | ? |
| iRedis | Repository | dhorrigan |
在這里我選擇phpredis( C開發的擴展包?)這個PHP擴展。
@ubuntu:/$?wget?https://download.github.com/owlient-phpredis-2.1.1-1-g90ecd17.tar.gz?
@ubuntu:/$?tar zxvf owlient-phpredis-2.1.1-1-g90ecd17.tar.gz?
@ubuntu:/$?cd owlient-phpredis-90ecd17/?
@ubuntu:/$?/usr/local/php/bin/phpize?
@ubuntu:/$?./configure --with-php-config=/usr/local/php/bin/php-config?
@ubuntu:/$?make?
@ubuntu:/$?make install?
注:用C開發PHP擴展的時候如果用動態鏈接庫的方式編譯擴展模塊,需要用到phpize,這個工具在使用apt-get install php5默認情況也是沒安裝的,安裝phpize:apt-get install php5-dev。??
?
修改配置文件:
修改php.ini文件???
在php.ini中添加如下一行:
extension=redis.so
重啟nginx后生效。
?
最后開啟redis服務:redis-server 或者 redis-server /etc/redis.conf(后臺運行),?
如果不開服務可能會出現?”Uncaught exception 'RedisException' with message 'Redis server went away'?“錯誤?
轉載于:https://www.cnblogs.com/jiangyao/archive/2012/09/19/2693221.html
總結
以上是生活随笔為你收集整理的安装redis和phpredis模块的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: div下图片自适应解决方法
- 下一篇: 京东计划狂招2万人