当前位置:网站首页>Redis installation of Linux system
Redis installation of Linux system
2022-07-21 20:10:00 【Haibi sky blue 2022】
Official website download address :http://redis.io/download
Installation steps
1、 install gcc
- yum install gcc
2、 Get into /usr/local Under the folder , download redis-5.0.3.tar.gz, And extract the .
- wget http://download.redis.io/releases/redis-5.0.3.tar.gz
- tar xzf redis‐5.0.3.tar.gz
3、 Get into redis-5.0.3 Under the table of contents , Compile and install
cd redis-5.0.3
make
4、 Modify the configuration redis.conf
daemonize yes # Background start
protected-mode no # Turn off protection mode . Open it up , Only local computer can access
Comment out bind #bind 127.0.0.1 (bind It's bound to its own machine network card ip, If there are multiple network cards, they can be equipped with multiple ip, Represents which network cards the client is allowed to pass through the machine ip To visit , Intranet can not be configured bind, Just comment it out )
5、 Start the service
src/redis-server redis.conf
6、 Get into redis Client and exit
src/redis-cli
quit
边栏推荐
- From graphic design to software testing, I like to raise 11k+13 salary. Looking back, I'm very lucky
- Uniapp develops apps to solve uni Pagescrollto does not take effect
- @Scheduled scheduled task details
- 自动抓包工具 web scraper
- Okaleido tiger NFT is about to log in to binance NFT platform, and the future market continues to be optimistic
- 拉取项目pom文件报错,jai_core-1.1.3.jar,解决jar引入问题
- Array and object copy of ES6
- C——编译预处理
- 基于hydra库实现yaml配置文件的读取(支持命令行参数)
- 图表即代码:以代码化的方式构建新一代图形库 —— Feakin
猜你喜欢
In fastjason data type, there is a problem of $ref: "$.list[0]" when parsing jsonobject
图表即代码:以代码化的方式构建新一代图形库 —— Feakin
2022DASCTF MAY web
As editor sets the indent position of the code on the right side of fluent development
Flutter obtains longitude and latitude through geolocator positioning plug-in and calls Gaode peripheral information interface
Share the experience of big factories, come quickly
MyCat的介绍与安装以及基本使用
Wechat public number Development Access, Application for Test number for Local Development Using Wechat public Platform
Solutions: connections could not be acquired from the underlying database!
Real time tracking of user management operations
随机推荐
Introduction, installation and basic use of MYCAT
Flutter通过Geolocator定位插件获经纬度调用高德周边信息接口
MySQL之DQL(数据查询语言)-常见函数
Importerror: DLL load failed while importing win32gui: the specified module cannot be found.
大厂面经分享,速来
STM32 - general timer control ultrasonic sensor hcsr04
FL Studio 20.9水果编曲软件中文汉化补丁包
URL 和 URI
对象拷贝工具类(fastjson)
Gradually understand the deep belief network
ES6 related interview questions
2022.7.19DAY610
对项目优化之一:redis缓存数据库的安装与项目中使用,加强项目读取操作
Project debug|no string argument constructor / factory method to deserialize from string val
Linux系统Redis安装
Odoo God operation background call routing interface
整合ssm框架的项目
【To .NET】. Net core web API development process knowledge points sorting [advanced]
MySQL DDL (data definition language)
2022.7.21DAY611