|
a07facf434
|
Refactored hasMany and hasOne so that they support cross-DBMS relationship.
|
2013-11-22 20:47:39 -05:00 |
|
|
cb4504a10f
|
refactored Model and redis AR to allow drop of RecordSchema
|
2013-11-22 18:44:22 +01:00 |
|
|
8542448f20
|
refactored redis AR to relect the latest changes
- make use of traits
- short array
- better implementation of query findByPk
|
2013-11-22 17:29:05 +01:00 |
|
|
b95c056b02
|
fixed problem with not closed transaction in deleteAll()
|
2013-09-25 16:58:23 +02:00 |
|
|
df22ffa304
|
redis AR cleanup
|
2013-09-25 11:54:43 +02:00 |
|
|
f3aa807d8f
|
ensure atomicity of operations
|
2013-09-25 11:41:41 +02:00 |
|
|
c6c164dc71
|
made link() and unlink() compatible with NoSQL AR
|
2013-09-25 11:40:59 +02:00 |
|
|
3e75c11721
|
cleanup and reorder methods in redis ar + added link+unlink
|
2013-09-24 20:16:39 +02:00 |
|
|
142ea1f98f
|
relation support and unit tests
|
2013-09-24 19:10:49 +02:00 |
|
|
3623fc19dc
|
refactored redis AR pk and findByPk
|
2013-09-24 19:04:38 +02:00 |
|
|
e62e84873c
|
more API methods for redis active query: sum, avg, max, min ...
|
2013-09-22 16:29:56 +02:00 |
|
|
7817815dd1
|
added more complex queries via Lua script EVAL to redis
- http://redis.io/commands/eval
- http://www.lua.org/
|
2013-09-22 15:43:35 +02:00 |
|
|
563171eba4
|
moved redis out of yii\db namespace
|
2013-09-18 17:09:40 +02:00 |
|