redis和redis php扩展安装
摘要:redis的源码安装wget http://download.redis.io/redis-stable.tar.gztar -zxvf redis-stable.tar.gzcd redis-stablemakemake testmake install可能出现:You need tcl 8.5 or newer in order to run the Redis test执行yum install tclmake时可能会报如下错误:zmalloc.o: In function `zmalloc_used_memory':/root/redis-stable/src/zmalloc.
阅读全文
posted @ 2013-09-24 19:15
浙公网安备 33010602011771号