Commit Graph

6 Commits

Author SHA1 Message Date
Carsten Brandt
eda9511c8d removed unnecessary feof check from CRedisCache
issue #2750
2013-08-11 23:18:19 +02:00
Carsten Brandt
0fdff33df2 Fixed CRedisCache response parsing to work with fread() correctly
When value is greater than buffer size (normally 8192 bytes) fread
may not read all bytes.
Fixes #2750
2013-08-11 22:58:27 +02:00
Carsten Brandt
59ed54a446 redis drop millisecond support to not require latest redis verion
yii2 will have this feature.
2013-05-22 12:33:54 +02:00
Carsten Brandt
b43a9b0b3d added redis cache to definitive guide 2013-05-02 00:28:51 +02:00
Carsten Brandt
312be726d3 code style and documentation for CRedisCache 2013-05-01 21:25:48 +02:00
Carsten Brandt
f076a9e81e Created CRedisCache (backport from yii2)
redis cache uses http://redis.io/ as storage backend.
Feature was requested in discussion in #1302
2013-05-01 20:08:35 +02:00