|  |  | @ -7,7 +7,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #----- 默认(公有)配置 |  |  |  | #----- 默认(公有)配置 | 
			
		
	
		
		
			
				
					
					|  |  |  | # 地址,默认localhost |  |  |  | # 地址,默认localhost | 
			
		
	
		
		
			
				
					
					|  |  |  | host = 192.168.235.137 |  |  |  | host = 127.0.0.1 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | # 端口,默认6379 |  |  |  | # 端口,默认6379 | 
			
		
	
		
		
			
				
					
					|  |  |  | port = 6379 |  |  |  | port = 6379 | 
			
		
	
		
		
			
				
					
					|  |  |  | # 超时,默认2000 |  |  |  | # 超时,默认2000 | 
			
		
	
	
		
		
			
				
					|  |  | @ -17,7 +17,7 @@ connectionTimeout = 2000 | 
			
		
	
		
		
			
				
					
					|  |  |  | # 读取超时,默认timeout |  |  |  | # 读取超时,默认timeout | 
			
		
	
		
		
			
				
					
					|  |  |  | soTimeout = 2000 |  |  |  | soTimeout = 2000 | 
			
		
	
		
		
			
				
					
					|  |  |  | # 密码,默认无 |  |  |  | # 密码,默认无 | 
			
		
	
		
		
			
				
					
					|  |  |  | password = 123456 |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | # 数据库序号,默认0 |  |  |  | # 数据库序号,默认0 | 
			
		
	
		
		
			
				
					
					|  |  |  | database = 0 |  |  |  | database = 0 | 
			
		
	
		
		
			
				
					
					|  |  |  | # 客户端名,默认"Hutool" |  |  |  | # 客户端名,默认"Hutool" | 
			
		
	
	
		
		
			
				
					|  |  | @ -28,7 +28,7 @@ ssl = false; | 
			
		
	
		
		
			
				
					
					|  |  |  | #----- 自定义分组的连接 |  |  |  | #----- 自定义分组的连接 | 
			
		
	
		
		
			
				
					
					|  |  |  | [custom] |  |  |  | [custom] | 
			
		
	
		
		
			
				
					
					|  |  |  | # 地址,默认localhost |  |  |  | # 地址,默认localhost | 
			
		
	
		
		
			
				
					
					|  |  |  | host = 192.168.235.137 |  |  |  | host = 127.0.0.1 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | # 连接耗尽时是否阻塞, false报异常,ture阻塞直到超时, 默认true |  |  |  | # 连接耗尽时是否阻塞, false报异常,ture阻塞直到超时, 默认true | 
			
		
	
		
		
			
				
					
					|  |  |  | BlockWhenExhausted = true; |  |  |  | BlockWhenExhausted = true; | 
			
		
	
		
		
			
				
					
					|  |  |  | # 设置的逐出策略类名, 默认DefaultEvictionPolicy(当连接超过最大空闲时间,或连接数超过最大空闲连接数) |  |  |  | # 设置的逐出策略类名, 默认DefaultEvictionPolicy(当连接超过最大空闲时间,或连接数超过最大空闲连接数) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |