当前位置:网站首页>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
边栏推荐
- openresty ngx_ Lua execution phase
- [technology development-26]: data security of new information and communication networks
- Introduce reflow & repaint, and how to optimize it?
- Design of KTV intelligent dimming system based on MCU
- openresty ngx_lua变量操作
- openresty ngx_ Lua variable operation
- "C zero foundation introduction hundred knowledge and hundred cases" (72) multi wave entrustment -- Mom shouted for dinner
- Design and implementation of community hospital information system
- Last words record
- Kotlin - coroutine
猜你喜欢

丸子百度小程序详细配置教程,审核通过。

this+闭包+作用域 面试题

CAM Pytorch

【LeetCode】110. Balanced binary tree (2 brushes of wrong questions)

Yyds dry goods inventory intelligent fan based on CC2530 design

2021 Li Hongyi machine learning (2): pytorch

"C zero foundation introduction hundred knowledge and hundred cases" (72) multi wave entrustment -- Mom shouted for dinner

Azkaban概述

Summary and practice of knowledge map construction technology

端口,域名,协议。
随机推荐
8. Commodity management - commodity classification
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
Android advanced interview question record in 2022
端口,域名,协议。
LeetCode --- 1071. Great common divisor of strings problem solving Report
Design and implementation of high availability website architecture
GFS distributed file system
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
2022/02/13
Simple use of devtools
Day_ 17 IO stream file class
Chinese natural language processing, medical, legal and other public data sets, sorting and sharing
Design and implementation of kindergarten management system
Openresty ngx Lua Execution stage
Cut! 39 year old Ali P9, saved 150million
el-select,el-option下拉选择框
Can you really learn 3DMAX modeling by self-study?
Yolov5 model training and detection
【LeetCode】111. Minimum depth of binary tree (2 brushes of wrong questions)
Asynchronous and promise