mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* Fix: Resolved the issue of incorrect generation of conversationID in 3.8.3-patch branch. * fix: solve incorrect time.Unix and logger asyncwrite in 3.8.3-patch branch. * fix: incorrect redis fields.
		
			
				
	
	
		
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| address: [ localhost:16379 ]
 | |
| username: 
 | |
| password: openIM123
 | |
| # redisMode can be "cluster", "sentinel", or "standalone"
 | |
| redisMode: "standalone"
 | |
| db: 0
 | |
| maxRetry: 10
 | |
| poolSize: 100
 |