当前位置:网站首页>Local visualization tool connects to redis of Alibaba cloud CentOS server
Local visualization tool connects to redis of Alibaba cloud CentOS server
2022-06-28 00:01:00 【Meng Chu】
Image download 、 Domain name resolution 、 Time synchronization please click Alibaba cloud open source image station
Start the local or remote alicloud server redis service ( install redis The process is omitted )
windows Open inside cmd Order to enter redis Installation directory input redis-server.exe Start or double-click the folder redis-server.exe start-up
linux Start command only needs to be entered redis-cli --raw( Avoid miscoding in Chinese ) You can enter redis
Visualization tools are prepared Redis Desktop Manager 2019
- Chinese or English and other foreign language options are set in the software , You can choose to change your language
Local new redis Connect
- If there is no redis password , Just fill in the connection name
- It is recommended to set a password , And don't be 123456 This low-level password , It is easy to become a potential safety hazard
Locally connected to Alibaba cloud servers redis
- The Alibaba cloud security group opens 6379 port , And if you turn on the firewall in the virtual machine , It also needs to be opened
- linux Start command only needs to be entered redis-cli --raw( Avoid miscoding in Chinese ) You can enter redis
- If redis Set up a password , First, password authorization verification is required : auth password
- enter , Correct is OK, Here's the picture
- If the password is incorrect, an error will be reported (error) WRONGPASS invalid username-password pair or user is disabled.
- View current password , The second line shows the current password
- It can be reset redis password :config set requirepass ****(**** For the new password you want to set ), If the setting is successful, it will return ‘OK’ word
- Server's redis Change the configuration to the following figure , Major changes Bind by 0.0.0.0 And password Reload the configuration after the change 、 heavy load redis ( You can use the kill process command In the use of kill -9 front , Should be used first kill -15, Give the target process a chance to clean up the aftermath . without , Some incomplete files or status may be left , This will affect the restart of the service .)
- If the actual measurement is changed to other ip Unable to connect to the alicloud server locally redis
- The operation of the pagoda used by bloggers here
Local visualization tools are connected to Alibaba cloud centOS Server's redis
- Click the test link in the lower left corner after filling in , After successful connection, you can use
In this paper, from :https://juejin.cn/post/7111737983635554312
边栏推荐
- [PCL self study: segmentation4] point cloud segmentation based on Min cut
- RecyclerView实现分组效果,多种实现方式
- Golang - the difference between new and make
- apipost脚本使用讲解一~全局变量
- One step forward is excellent, one step backward is ignorant
- MySQL character set
- Systematic learning + active exploration is the most comfortable way to get started!
- 零基础自学SQL课程 | SQL中的日期函数大全
- Use of go log package log
- How to use raspberry pie (and all kinds of pies)
猜你喜欢
c语言之字符串数组
flutter系列之:flutter中的变形金刚Transform
【tinyriscv verilator】分支移植到正点原子达芬奇开发板
C language character pointer and string initialization
[PCL self study: segmentation4] point cloud segmentation based on Min cut
Sécurité, économie de carburant et protection de l'environnement chameau
Windows环境下的ELK——Logstash+Mysql(4)
【PCL自学:Segmentation3】基于PCL的点云分割:区域增长分割
Transmitting and receiving antenna pattern
c语言字符指针、字符串初始化问题
随机推荐
Mise en œuvre du pool de Threads: les sémaphores peuvent également être considérés comme de petites files d'attente
MSP430F5529 单片机 读取 GY-906 红外温度传感器
智慧风电 | 图扑软件数字孪生风机设备,3D 可视化智能运维
安全省油環保 駱駝AGM啟停電池魅力十足
Halcon's region: features of multiple regions (6)
什么是cookie,以及v-htm的安全性隐患
One step forward is excellent, one step backward is ignorant
[microservices sentinel] sentinel data persistence
ASP. Net warehouse purchase, sales and inventory ERP management system source code ERP applet source code
vmware虚拟机桥接连通
webService
An analysis of C language functions
用两个栈实现队列[两次先进后出便是先进先出]
获取基因有效长度的N种方法
ICML 2022:ufrgs | optimistic linear support and subsequent features as the basis for optimal strategy transfer
Instructions for vivado FFT IP
golang使用mongo-driver操作——查(数组相关)
Are the registered accounts of the top ten securities companies safe and risky?
表单form 和 表单元素(input、select、textarea等)
matlab axis坐标轴相关设置详解