Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								8ac2b7364d
								
							
								
							
						 | 
						
							
							
								
								moved redis to extensions
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Qiang Xue
							
						 | 
						
							
							
							
							
								
							
								a07facf434
								
							
								
							
						 | 
						
							
							
								
								Refactored hasMany and hasOne so that they support cross-DBMS relationship.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								cb4504a10f
								
							
								
							
						 | 
						
							
							
								
								refactored Model and redis AR to allow drop of RecordSchema
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								8542448f20
								
							
								
							
						 | 
						
							
							
								
								refactored redis AR to relect the latest changes
							
							
							
							
							
							
							
							- make use of traits
- short array
- better implementation of query findByPk 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								b95c056b02
								
							
								
							
						 | 
						
							
							
								
								fixed problem with not closed transaction in deleteAll()
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								df22ffa304
								
							
								
							
						 | 
						
							
							
								
								redis AR cleanup
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								f3aa807d8f
								
							
								
							
						 | 
						
							
							
								
								ensure atomicity of operations
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								c6c164dc71
								
							
								
							
						 | 
						
							
							
								
								made link() and unlink() compatible with NoSQL AR
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								3e75c11721
								
							
								
							
						 | 
						
							
							
								
								cleanup and reorder methods in redis ar + added link+unlink
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								142ea1f98f
								
							
								
							
						 | 
						
							
							
								
								relation support and unit tests
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								3623fc19dc
								
							
								
							
						 | 
						
							
							
								
								refactored redis AR pk and findByPk
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								e62e84873c
								
							
								
							
						 | 
						
							
							
								
								more API methods for redis active query: sum, avg, max, min ...
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								7817815dd1
								
							
								
							
						 | 
						
							
							
								
								added more complex queries via Lua script EVAL to redis
							
							
							
							
							
							
							
							- http://redis.io/commands/eval
- http://www.lua.org/ 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								563171eba4
								
							
								
							
						 | 
						
							
							
								
								moved redis out of yii\db namespace
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								e3df19d984
								
							
								
							
						 | 
						
							
							
								
								Redis AR WIP
							
							
							
							
							
							
							
							- introduced RecordSchema class for schema definition 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								b85c87bc55
								
							
								
							
						 | 
						
							
							
								
								AR relations copy&paste
							
							
							
							
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								b030326db6
								
							
								
							
						 | 
						
							
							
								
								moved files to right places
							
							
							
							
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								fd5e6ccfed
								
							
								
							
						 | 
						
							
							
								
								fixed db exception according to signature change
							
							
							
							
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								baac7e14df
								
							
								
							
						 | 
						
							
							
								
								moved classes from framework -> yii
							
							
							
							
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								79982c9848
								
							
								
							
						 | 
						
							
							
								
								Redis Insert, Update, Delete and Find is ready and roughly unit tested
							
							
							
							
							
							
							
							relations are not working yet 
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								34b6624410
								
							
								
							
						 | 
						
							
							
								
								implemented redis AR ActiveQuery and find()
							
							
							
							
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								7efe3b1483
								
							
								
							
						 | 
						
							
							
								
								Redis active record data storage implementation
							
							
							
							
							
							
							
							insert update delete 
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								39a1ce406b
								
							
								
							
						 | 
						
							
							
								
								Redis concept finished except relations
							
							
							
							
							
						 | 
						
							13 years ago | 
						
					
				
					
						
							
							
								 
								Carsten Brandt
							
						 | 
						
							
							
							
							
								
							
								f642caf15d
								
							
								
							
						 | 
						
							
							
								
								redis db backend WIP
							
							
							
							
							
						 | 
						
							13 years ago |