当前位置:网站首页>Linux Installation redis
Linux Installation redis
2022-06-29 06:26:00 【LHT-2787】
edition
Redis edition 5.0.4
Server version Linux CentOS 7.6 64 position
download Redis Installation package
Enter the official website to copy and download the connection https://redis.io/download
Download to server
( Decide which folder to download to )
wget http://download.redis.io/releases/redis-5.0.7.tar.gz
Unpack the installation
decompression
tar -zxvf redis-5.0.7.tar.gz
Move the extracted directory to /usr/local/redis, As a local application
mv /home/redis-5.0.7 /usr/local/redis
Get into /usr/local/redis Catalog , Execute compile command
make
install
make PREFIX=/usr/local/redis install
To configure Redis
stay /usr/local/redis Found in the directory redis.conf The configuration file
1. hold daemonize Attribute to yes( Indicates the need to run in the background )
2. hold bind 127.0.0.1 Comment out this line ( Do not specify allowed access network segment )
3. hold protected-mode Set to no( Allow remote access )
4. hold # requirepass foobared uncomment , And change it to your own password ( Don't move without a password )
Set power on self start
Edit the system startup script
vi /etc/rc.d/rc.local
Add the following command at the bottom of the script
Specify according to the installation path redis-server Startup files and redis.conf The configuration file
/usr/local/redis/bin/redis-server /usr/local/redis/redis.conf
Setup completed , start-up Redis
./redis-server /usr/local/redisredis.conf
test Redis Startup successful , Configuration is successful
open RedisDesktopManager, Test whether the service is on as well as Can I access it remotely Redis
边栏推荐
- Servlet version conflict causes page 404
- Can I cast int to a variable of type byte? What happens if the value is larger than the range of byte type?
- What are the uses of wireless pressure collectors?
- What should I learn before learning programming?
- Stack -- 739 Daily temperature
- CCTV revealed that xumengtao won the black Technology: there was a virtual coach???
- QT (x): control operation
- 2022-02 Microsoft vulnerability notification
- Fresnel diffraction with rectangular aperture based on MATLAB
- Programming specification and variables of shell script
猜你喜欢

Servlet version conflict causes page 404

What is MES? What does it do?

Pytest (7) -yield and termination function
![Meso tetra (4-N, N, n-trimethylaminophenyl) porphyrin (ttmapp) /meso tetra - [4- (BOC threonine) aminophenyl] porphyrin (TAPP thr BOC) supplied by Qiyue](/img/a9/0869c4f39a96cff63d1e310292c46d.jpg)
Meso tetra (4-N, N, n-trimethylaminophenyl) porphyrin (ttmapp) /meso tetra - [4- (BOC threonine) aminophenyl] porphyrin (TAPP thr BOC) supplied by Qiyue

The simple problem of leetcode is to divide an array into three parts equal to sum

Problems with MySQL database query

What is the "danksharding" of V God Kop on Valentine's day?

The first commercial spacewalk of mankind is finalized! Musk SpaceX announced a new round of space travel plan, and the American rich became repeat customers

The most complete machine learning model training process
![ASP. Net core 6 framework unveiling example demonstration [03]:dapr initial experience](/img/fd/4c24e10fc91a7ce7e709a0874ba675.jpg)
ASP. Net core 6 framework unveiling example demonstration [03]:dapr initial experience
随机推荐
Small program large screen adaptation Guide
Fault: display Storport driver out of date in component health
Skills of writing test cases efficiently
5,10,15,20-tetra (3,5-dimethoxyphenyl) porphyrin ((tdmpp) H2) /2-nitro-5,10,15,20-tetra (3,5-dimethoxyphenyl) porphyrin copper (no2tdmpp) Cu) supplied by Qiyue
Convert data frame with date column to timeseries
Programming specification and variables of shell script
JDBC | Chapter 6: simple use of database connection pool
[Flink] flinksql and table programming cases
What are the uses of final?
Games101 Lecture 10 geometry 1 Notes
Leetcode notes on question brushing (XIV) -- related topics of binary tree attributes in binary tree chapter
There are two ways for golang to develop mobile applications
Review of MySQL knowledge points
National Defense University project summary
What is the "danksharding" of V God Kop on Valentine's day?
5,10-di (4-aminophenyl) - 15,20-diphenylporphyrin (cis-dadph2) /5,15-di (4-aminophenyl) - 10,20-diphenylporphyrin (trans-dadph2) / (tri-apph2) supplied by Qiyue
Leetcode simple question: judging the color of a grid on a chess board
Stack -- 739 Daily temperature
Antlr4 recognizes the format of escape string containing quotation marks
Honeypot based on MySQL load data local INFILE