当前位置:网站首页>从零安装Redis
从零安装Redis
2022-07-06 19:11:00 【skyline_wx】
从零安装Redis
安装
- 进入Redis官网https://redis.io/
- 点击Get Start,进入引导页
- 点击Install Redis from Source
- 如果要安装最新的稳定版,那么直接执行如下命令即可
wget https://download.redis.io/redis-stable.tar.gz
- 如果想安装具体的版本,那么可以到这里查看所有稳定版的下载链接https://github.com/redis/redis-hashes
- 我这里安装的Redis 6.x的最后一个版本
- 下载好后,执行解压命令
tar -xzvf redis-6.2.7.tar.gz
- 切换到redis-6.2.7下,执行
make
- 如果出现报错,则可能是gcc没有安装
- 安装gcc
yum install gcc
- 安装完成后,再次执行
make
,如果出现下面的错误,改成make MALLOC=libc
- 如果
make
成功,那么我们应该可以在src目录下找到redis-server和redis-cli这两个文件 - 到此为止,我们已经可以使用redis-server来启动rRedis了。但是如果要把Redis安装到
/usr/local/bin
下,那还需要执行make install
- 尝试使用命令
redis-server
启动Redis,执行完成后,看到这个页面则表示启动成功 - 使用
ctrl+c
来停止Redis
Redis常用配置修改
设置Redis允许外部ip访问。注释掉
bind 127.0.0.1 -::1
或者设置bind * -::*
设置密码。在
requirepass
后面写上你需要的密码即可设置后台运行。将
daemonize
设置为yes使用文件启动redis。
redis-server redis.conf
使用工具链接Redis
如果连接失败,可以关掉防火墙再试试
systemctl stop firewalld.service
停止Redis
redis-cli -h 127.0.0.1 -p 6379 -a foobared shutdown
边栏推荐
猜你喜欢
随机推荐
Processus général de requête pour PostgreSQL
服装企业部署MES管理系统的五个原因
Apifox,你的API接口文档卷成这样了吗?
Leetcode:minimum_ depth_ of_ binary_ Tree solutions
Convert widerperson dataset to Yolo format
CDB PDB 用户权限管理
The so-called consumer Internet only matches and connects industry information, and does not change the industry itself
MySQL - common functions - string functions
安全巡检的工作
Station B's June ranking list - feigua data up main growth ranking list (BiliBili platform) is released!
6-6漏洞利用-SSH安全防御
软件测试——Jmeter接口测试之常用断言
Cloud Mail .NET Edition
HAVE FUN | “飞船计划”活动最新进展
导数、偏导数、方向导数
Google Earth engine (GEE) -- 1975 dataset of Landsat global land survey
CSDN summer camp course project analysis
Work of safety inspection
leetcode:736. LISP syntax parsing [flowery + stack + status enumaotu + slots]
1个月增长900w+播放!总结B站顶流恰饭的2个新趋势