Wording changes for connections docs
This commit is contained in:
		
							parent
							
								
									0d74f4ee5a
								
							
						
					
					
						commit
						73bd2e1423
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -54,9 +54,9 @@ To learn more about the URL format that Redis OM Python uses, consult [redis-py'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Connection Objects
 | 
					## Connection Objects
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Aside from controlling connections via the `REDIS_OM_URL` environment variable, you can manually construct Redis client connections per Redis OM model.
 | 
					Aside from controlling connections via the `REDIS_OM_URL` environment variable, you can manually construct Redis client connections for a specific OM model class.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This method takes precedence over the `REDIS_OM_URL` environment variable.
 | 
					**NOTE:** This method takes precedence over the `REDIS_OM_URL` environment variable.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can control the connection a specific model class should use by assigning an object to the *database* field of a model's _Meta_ object, like so:
 | 
					You can control the connection a specific model class should use by assigning an object to the *database* field of a model's _Meta_ object, like so:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue