redis linux 编译安装

1. 安装 gcc ,apt-install gcc

2. apt-get install tcl  (安装这个主要是 make test 用)

2. makie PREFIX=编译目录 MALLOC=libc (指定编译器。) 

3. make install PREFIX = 目录

4. 完成

允许远程访问

bind 192.168.0.30
protected-mode no
daemonize no

原文地址:https://www.cnblogs.com/whm-blog/p/11912878.html