当前位置:网站首页>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
边栏推荐
- Can you really learn 3DMAX modeling by self-study?
- Pytorch register_ Hook (operate on gradient grad)
- Six stone programming: advantages of automated testing
- 打破信息茧房-我主动获取信息的方法 -#3
- 2021 Li Hongyi machine learning (2): pytorch
- Devtools的簡單使用
- 【LeetCode】501. Mode in binary search tree (2 wrong questions)
- Character painting, I use characters to draw a Bing Dwen Dwen
- Devtools的简单使用
- Port, domain name, protocol.
猜你喜欢

8. Commodity management - commodity classification

看 TDengine 社区英雄线上发布会,听 TD Hero 聊开发者传奇故事

Watch the online press conference of tdengine community heroes and listen to TD hero talk about the legend of developers

Single line function*

【LeetCode】501. Mode in binary search tree (2 wrong questions)

The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
![[download white paper] does your customer relationship management (CRM) really](/img/e3/f130d071afb7309fdbf8a9c65b1d38.jpg)
[download white paper] does your customer relationship management (CRM) really "manage" customers?

腾讯云,实现图片上传

Yyds dry goods inventory intelligent fan based on CC2530 design

Exploration of short text analysis in the field of medical and health (II)
随机推荐
el-select,el-option下拉选择框
问题解决:AttributeError: ‘NoneType‘ object has no attribute ‘append‘
Comparison of advantages and disadvantages between platform entry and independent deployment
[Yu Yue education] National Open University spring 2019 0505-22t basic nursing reference questions
Design and practice of kubernetes cluster and application monitoring scheme
Openresty ngx Lua Execution stage
Design and implementation of campus epidemic prevention and control system based on SSM
Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme
The most powerful new household god card of Bank of communications. Apply to earn 2100 yuan. Hurry up if you haven't applied!
腾讯云,实现图片上传
Six stone programming: advantages of automated testing
Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 1)
Azkaban安装部署
LeetCode 314. Binary tree vertical order traversal - Binary Tree Series Question 6
Flume配置4——自定义MYSQLSource
From task Run get return value - getting return value from task Run
Acwing第 58 场周赛【完结】
Apache build web host
Returns the lowest common ancestor of two nodes in a binary tree
【微服务|SCG】Filters的33种用法