当前位置:网站首页>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
边栏推荐
- From task Run get return value - getting return value from task Run
- Yolov5 model training and detection
- GFS distributed file system
- Azkaban安装部署
- Scientific research: are women better than men?
- [illumination du destin - 38]: Ghost Valley - chapitre 5 Flying clamp - one of the Warnings: There is a kind of killing called "hold Kill"
- College Students' innovation project management system
- [机缘参悟-38]:鬼谷子-第五飞箝篇 - 警示之一:有一种杀称为“捧杀”
- Eight days of learning C language - while loop (embedded) (single chip microcomputer)
- 端口,域名,协议。
猜你喜欢

Vb+access hotel service management system

Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme

Openresty ngx Lua Execution stage

Yuan universe also "real estate"? Multiple second-hand trading websites block metauniverse keywords

spoon插入更新oracle数据库,插了一部分提示报错Assertion botch: negative time

Sqoop命令

The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety

Port, domain name, protocol.
![Hmi-31- [motion mode] solve the problem of picture display of music module](/img/9c/0b25c0a41758652848aed2a269880f.jpg)
Hmi-31- [motion mode] solve the problem of picture display of music module

Pytest (5) - assertion
随机推荐
Asp+access campus network goods trading platform
平台入驻与独立部署优缺点对比
[Yu Yue education] National Open University autumn 2018 8109-22t (1) monetary and banking reference questions
2021 Li Hongyi machine learning (1): basic concepts
Leetcode takes out the least number of magic beans
Zabbix
Design and implementation of community hospital information system
When to catch an exception and when to throw an exception- When to catch the Exception vs When to throw the Exceptions?
Using druid to connect to MySQL database reports the wrong type
Six stone programming: advantages of automated testing
Medusa installation and simple use
LeetCode --- 1071. Great common divisor of strings problem solving Report
Last week's hot review (2.7-2.13)
【微服务|SCG】Filters的33种用法
College Students' innovation project management system
February database ranking: how long can Oracle remain the first?
CAM Pytorch
Spoon inserts and updates the Oracle database, and some prompts are inserted with errors. Assertion botch: negative time
Returns the lowest common ancestor of two nodes in a binary tree
this+闭包+作用域 面试题