2013-04-26から1日間の記事一覧

phpredisインストール

前回のブログ(Redisインストール)ではRedisのインストールについて書きましたが、今回はPHPから利用するためphpredisライブラリーをインストール gitからソースを入手してインストール git clone https://github.com/nicolasff/phpredis.git phpize ./conf…

Redisインストール

Redis 2.6.12インストール 最新版のソースからインストール wget https://redis.googlecode.com/files/redis-2.6.12.tar.gz tar zxfv redis-2.6.12.tar.gz cd redis-2.6.12 make make testmake testでtcl 8.5が必要とエラー cd src && make test make[1]: En…