redis 3.0.7编译安装

1
2
3
4
cd deps; make hiredis lua jemalloc linenoise
cd ..
make MALLOC=libc
make PREFIX=/usr/local/redis install

1
2
3
4
cd deps; make hiredis lua jemalloc linenoise
cd ..
make MALLOC=jemalloc
make PREFIX=/usr/local/redis install