Carsten Brandt
|
454174a688
|
added NOT operator for db, elasticsearch, redis
issue #1523
|
11 years ago |
Qiang Xue
|
41685a2409
|
moved extensions under yii.
|
11 years ago |
Carsten Brandt
|
48199cfc00
|
renamed redis tableName() to keyPrefix()
|
11 years ago |
Carsten Brandt
|
8ac2b7364d
|
moved redis to extensions
|
11 years ago |
Carsten Brandt
|
4459cb4f2b
|
cleanup redis AR
|
11 years ago |
Carsten Brandt
|
cb4504a10f
|
refactored Model and redis AR to allow drop of RecordSchema
|
11 years ago |
Carsten Brandt
|
8542448f20
|
refactored redis AR to relect the latest changes
- make use of traits
- short array
- better implementation of query findByPk
|
11 years ago |
Carsten Brandt
|
28c7acc469
|
fixed BETWEEN comparision to match >= and <=
|
11 years ago |
Carsten Brandt
|
3623fc19dc
|
refactored redis AR pk and findByPk
|
11 years ago |
Carsten Brandt
|
130b63461c
|
redis WIP
- relation support
- completed and refactored lua script builder
|
11 years ago |
Carsten Brandt
|
e62e84873c
|
more API methods for redis active query: sum, avg, max, min ...
|
11 years ago |
Carsten Brandt
|
7817815dd1
|
added more complex queries via Lua script EVAL to redis
- http://redis.io/commands/eval
- http://www.lua.org/
|
11 years ago |