当前位置:网站首页>Linux Installation redis
Linux Installation redis
2022-07-05 02:45:00 【A vegetable chicken that is working hard】
1. Preparation before installation
- yum install centos-release-scl scl-utils-build
- yum list all --enablerepo=‘centos-sclo-rh’
- yum install -y devtoolset-8-toolchain
- scl enable devtoolset-8 bash
- gcc --version
2. download , decompression , rename
- cd /usr/local
- wget https://download.redis.io/releases/redis-6.2.6.tar.gz
- tar -xvf redis-6.2.6.tar.gz
- mv redis-6.2.6 redis626
3. install redis
- cd /usr/local/redis626
- make && make install
4. start-up redis
- cd /usr/local/redis626/utils
- ./install_server.sh
- Report errors

- solve

- Start again
- Successful launch

5. Check the startup
- systemctl status redis_6379.service
- Restart if not started :systemctl restart redis_6379.service
6. start-up ⾃ Band redis-cli client

7. Set to allow remote connections
- vim /etc/redis/6379.conf

- systemctl restart redis_6379.service
边栏推荐
- CAM Pytorch
- 1.五层网络模型
- 【LeetCode】110. Balanced binary tree (2 brushes of wrong questions)
- Learn game model 3D characters, come out to find a job?
- Which common ports should the server open
- How to make OS X read bash_ Profile instead of Profile file - how to make OS X to read bash_ profile not . profile file
- Hmi-31- [motion mode] solve the problem of picture display of music module
- openresty ngx_lua執行階段
- TCP security of network security foundation
- 2.常见的请求方法
猜你喜欢

Pytest (5) - assertion

Watch the online press conference of tdengine community heroes and listen to TD hero talk about the legend of developers
![Hmi-30- [motion mode] the module on the right side of the instrument starts to write](/img/6b/09bb8fd95b707a459534eaeb72eb59.jpg)
Hmi-30- [motion mode] the module on the right side of the instrument starts to write

Bert fine tuning skills experiment

Design of kindergarten real-time monitoring and control system

2.常见的请求方法

2021 Li Hongyi machine learning (3): what if neural network training fails

Application and Optimization Practice of redis in vivo push platform

Avoid material "minefields"! Play with super high conversion rate

Devtools的簡單使用
随机推荐
2021 Li Hongyi machine learning (2): pytorch
2021 Li Hongyi machine learning (1): basic concepts
Acwing game 58 [End]
Pytest (5) - assertion
Design and practice of kubernetes cluster and application monitoring scheme
Master Fur
Application and Optimization Practice of redis in vivo push platform
Character painting, I use characters to draw a Bing Dwen Dwen
Using druid to connect to MySQL database reports the wrong type
tuple and point
Cut! 39 year old Ali P9, saved 150million
【微服务|SCG】Filters的33种用法
Design and implementation of campus epidemic prevention and control system based on SSM
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
When to catch an exception and when to throw an exception- When to catch the Exception vs When to throw the Exceptions?
Android advanced interview question record in 2022
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
How to make OS X read bash_ Profile instead of Profile file - how to make OS X to read bash_ profile not . profile file
Openresty ngx Lua Execution stage