当前位置:网站首页>Redis configuration (Internet access, password)
Redis configuration (Internet access, password)
2022-06-25 18:28:00 【Huang3stone】
Main records of this paper Redis Relevant configurations after installation
adopt Redis Desktop Manager Visualize and test
Windows Operating system environment Redis
① Configure a password ( The default is no password )
If we want to enable this function
- To Redis Found under installation directory redis.conf The configuration file
- Double click Edit
- ctrl+F Search for , Input requirepass, find requirepass 123456, The following number is the password , You can customize and modify
- Delete previous comments
- restart redis Service is ok 了 !


② Configure and open Internet connection ( By default, you can only connect locally )
If we want to enable this function
- To Redis Found under installation directory redis.conf The configuration file
- Double click Edit
- ctrl+F Search for , Input bind, find bind 127.0.0.1, Currently, only local... Is bound , If the external network needs access , You can add a bind + Extranet ip
- Restart the service ok 了
边栏推荐
- IVX 启航
- RMAN backup database_ catalogue
- [in depth understanding of tcapulusdb technology] tcapulusdb construction data
- New typereference usage fastjson[easy to understand]
- [in depth understanding of tcapulusdb technology] tcapulusdb operation and maintenance doc
- [in depth understanding of tcapulusdb technology] form creation and approval of document acceptance
- [deeply understand tcapulusdb technology] tcapulusdb import data
- What is generics and the use of generics in collections [easy to understand]
- 【flutter 页面跳转后退如何刷新?】
- SQL Server real time backup library requirements
猜你喜欢

06 local method interface

Redis command string

【深入理解TcaplusDB技术】TcaplusDB常规单据

1、对范数的理解

04 program counter (PC register)

How to sort massive data? How to process data between memory and hard disk?

JVM understanding

IVX sailing

What is an operator?

Install spark + run Scala related projects with commands + crontab scheduled execution
随机推荐
将Graph Explorer搬上JupyterLab:使用GES4Jupyter连接GES并进行图探索
General message publishing and subscription in observer mode
【深入理解TcaplusDB技术】TcaplusDB业务数据备份
RMAN backup database_ Use RMAN for split mirror backup
Problems encountered during the use of pychar
[compréhension approfondie de la technologie tcaplusdb] sauvegarde des données d'affaires tcaplusdb
Install spark + run Scala related projects with commands + crontab scheduled execution
El table highly adaptive
[deeply understand tcapulusdb technology] tmonitor background one click installation
1. Understanding of norm
[deeply understand tcapulusdb technology] one click installation of tmonitor background
Use pagoda to set up mqtt server
Lazy singleton mode from shallow to deep
SQL Server real time backup library requirements
Detailed explanation of route add command
Chapter 4:win10 installing mingw64
【深入理解TcaplusDB技术】单据受理之创建游戏区
Pycharm 使用过程中碰到问题
Deep learning network model
C# asp,net core框架传值方式和session使用