当前位置:网站首页>Redis server configuration
Redis server configuration
2022-06-13 02:56:00 【Knowing and knowing】
redis Server configuration
1. Server settings
- Set the server to run as a daemons
daemonize yes | no
- Bind host address
bind127.0.0.1
- Set the server port number
port 6379
- Set the number of databases
databases 16
2. Log configuration
- Set up the server to specify the logging level
loglevel debug | verbose | notice | warning
- Log file name
logfi1e Port number .1og
Be careful : The log level development period is set to verbosel that will do , In the production environment, the configuration is notice, Simplify log output , Reduce write log O The frequency of
3. Client configuration
- Sets the maximum number of client connections at one time , Default limit . When the client connection reaches the upper limit ,Rdis Will close the new connection .
maxclients 0
- The maximum waiting time of idle client , Close the connection when the maximum value is reached . To turn off the function , Set to 0.
timeout 300
4. Multi server quick configuration
● Import and load the specified profile information , Used to quickly create redis There are more public facilities redis, Instance configuration file , Easy to maintain .
include /path/server- Port number .conf
边栏推荐
- Vant框架中关于IndexBar索引栏的CDN单页面引用,无法正常展示
- Image classification system based on support vector machine (Matlab GUI interface version)
- Modify the color of El input, textarea and El checkbox when they are disabled
- Data warehouse notes | 5 factors that need attention for customer dimension modeling
- [thoughts in the essay] mourn for development technology expert Mao Xingyun
- Linked list: the first coincident node of two linked lists
- String: number of substring palindromes
- My practice of SOA architecture project based on WCF
- Delphi implements adding a column of serial number to the CXGRID list
- Ijkplayer source code --- decode
猜你喜欢

Linked list: orderly circular linked list

Summary of innovative ideas of transformer model in CV
![[deep learning] fast Reid tutorial](/img/aa/8215be94109eefa0324430657e4098.jpg)
[deep learning] fast Reid tutorial

数仓笔记|针对客户维度建模需要关注的5个因素

Applet image component long press to identify supported codes
![[data analysis and visualization] key points of data mapping 7- over mapping](/img/ae/d4e251b37ec4857c99f738ca981092.jpg)
[data analysis and visualization] key points of data mapping 7- over mapping

AAR packaging and confusion
![[data and Analysis Visualization] D3 introductory tutorial 1-d3 basic knowledge](/img/a8/468a0c4d4a009e155679898fac4b81.jpg)
[data and Analysis Visualization] D3 introductory tutorial 1-d3 basic knowledge

Useful websites for writing papers and studying at ordinary times

Detailed explanation of data processing in machine learning (I) -- missing value processing (complete code attached)
随机推荐
PCR validation of basic biological experiments in [life sciences]
Code d'initialisation de l'arbre binaire
JS multiple judgment writing
wx.createSelectorQuery()在components获取Dom节点的使用
Introduction and download of common data sets for in-depth learning (with network disk link)
Linked list: reverse linked list
Collection of IOS development interview and underlying learning videos
【pytorch 記錄】pytorch的變量parameter、buffer。self.register_buffer()、self.register_parameter()
Spark UDF instance details
Special topic I of mathematical physics of the sprint strong foundation program
Vant realizes the adaptation of mobile terminal
Hash table: whether alien languages are sorted
Radio design and implementation in IVI system
Prometheus node_ Exporter installs and registers as a service
[data analysis and visualization] key points of data drawing 4- problems of pie chart
[data analysis and visualization] key points of data drawing 11- precautions for radar chart
Detailed installation tutorial of MATLAB r2019 B-mode ultrasound (complete installation files are attached)
Professional database management software: Valentina Studio Pro for Mac
Vscode liveserver use_ Liveserver startup debugging
Opencv 15 face recognition and eye recognition