Commit Graph

10 Commits

Author SHA1 Message Date
taobig
bed270a619 Fix CRedisCache::executeCommand() error when the previous connection timeout exception was catched (#4069) 2016-07-23 13:53:18 +03:00
Alexey Shein
c0967e5a25 Fixes #3980: Fixed CRedisCache error when using mbstring.func_overload and UTF-8 as mbstring.internal_encoding 2015-10-30 22:53:01 +03:00
Hiroki Yoshida
78ede1c99d Added CRedisCache Socket Options
close #3827
2015-03-26 13:30:45 +01:00
Alexander Makarov
b0fcfb7273 Fixes #3440: typo in docblock 2014-07-09 12:37:26 +04:00
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