当前位置:首页 > 操作系统 > Linux

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


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!