Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								b5bf393f0c 
								
							 
						 
						
							
							
								
								Fix minimum python version in getting started guide  
							
							 
							
							
							
						 
						
							2021-11-22 14:24:18 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								31323214a9 
								
							 
						 
						
							
							
								
								Remove links to MD files that do not exist yet  
							
							 
							
							
							
						 
						
							2021-11-22 12:46:31 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Simon Prickett 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c1e10b5629 
								
							 
						 
						
							
							
								
								Formatting fix for creating a customer and minor typo fix.  
							
							 
							
							
							
						 
						
							2021-11-18 21:41:22 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								678bc43d3f 
								
							 
						 
						
							
							
								
								Remove the empty docs index  
							
							 
							
							
							
						 
						
							2021-11-12 17:40:31 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								4a4d0b432d 
								
							 
						 
						
							
							
								
								Remove stub documentation in favor of GH Issues  
							
							 
							
							
							
						 
						
							2021-11-12 17:38:26 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								27311f3d0b 
								
							 
						 
						
							
							
								
								Make validation code example runnable  
							
							 
							
							
							
						 
						
							2021-11-12 07:13:46 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								ca6ae7d6e9 
								
							 
						 
						
							
							
								
								Merge branch 'main' into asyncio  
							
							 
							
							
							
						 
						
							2021-11-09 15:59:10 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								1e369e33c8 
								
							 
						 
						
							
							
								
								Word choice  
							
							 
							
							
							
						 
						
							2021-11-09 08:06:51 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								a1fef8cfe6 
								
							 
						 
						
							
							
								
								Word choice  
							
							 
							
							
							
						 
						
							2021-11-09 08:06:32 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								12bd069026 
								
							 
						 
						
							
							
								
								Fix typo in FastAPI integration doc  
							
							 
							
							
							
						 
						
							2021-11-09 08:05:46 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								e58ab1b8f6 
								
							 
						 
						
							
							
								
								FastAPI integration example  
							
							 
							
							
							
						 
						
							2021-11-09 08:05:20 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								2b1994b98b 
								
							 
						 
						
							
							
								
								Disable features without required Redis modules  
							
							 
							
							... 
							
							
							
							Some features, like querying and embedded models, require
either the RediSearch or RedisJSON modules running in Redis.
Without these modules, using these features would result
in inscrutable errors.
We now disable some tests if the Redis module required for the
test is not found in the Redis instance the tests are using,
and raise errors or log messages if the same is true during
execution of HashModel and JsonModel. 
							
						 
						
							2021-11-03 12:37:12 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								9aeb269851 
								
							 
						 
						
							
							
								
								Add notes on virtualenvs, etc.  
							
							 
							
							
							
						 
						
							2021-11-02 15:12:53 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								9606a57852 
								
							 
						 
						
							
							
								
								Fix mangled CLI examples  
							
							 
							
							
							
						 
						
							2021-11-02 14:56:09 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								8df968542a 
								
							 
						 
						
							
							
								
								Update Getting Started guide, note WIP docs  
							
							 
							
							
							
						 
						
							2021-11-02 14:17:49 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								8a5db647da 
								
							 
						 
						
							
							
								
								WIP on getting started guide  
							
							 
							
							
							
						 
						
							2021-11-02 10:34:54 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								f44b7fa664 
								
							 
						 
						
							
							
								
								Work on docs, getting started guide  
							
							 
							
							
							
						 
						
							2021-10-29 17:31:36 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								42592013ba 
								
							 
						 
						
							
							
								
								More changes  
							
							 
							
							
							
						 
						
							2021-10-25 14:21:39 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								77030ccaf5 
								
							 
						 
						
							
							
								
								Make examples shorter, split Querying and Embedded Models  
							
							 
							
							
							
						 
						
							2021-10-25 14:19:59 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								7c0bea751b 
								
							 
						 
						
							
							
								
								WIP on README  
							
							 
							
							
							
						 
						
							2021-10-22 08:31:08 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Brookins 
								
							 
						 
						
							
							
							
							
								
							
							
								62240723ca 
								
							 
						 
						
							
							
								
								WIP on README - first draft  
							
							 
							
							
							
						 
						
							2021-10-19 15:06:50 -07:00