|  | @ -6,7 +6,7 @@ server:
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     database: 0 # Database index used by the connection factory.
 | 
	
		
			
				|  |  |     timeout: 0 # Connection timeout in milliseconds.
 | 
	
		
			
				|  |  |     timeout: 120000 # Connection timeout in milliseconds.
 | 
	
		
			
				|  |  |     pool:
 | 
	
		
			
				|  |  |       max-active: 100 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
 | 
	
		
			
				|  |  |       max-idle: 100 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
 |