Metzker
16a97f285c
chore: changes requested on code review
2025-04-16 17:42:04 -03:00
Metzker
5f45cedac4
feat: add socket connection to CRedisCache.php
2025-04-15 14:43:41 -03:00
Marco van 't Wout
93356f899c
Fix indentation
2024-10-14 11:57:40 +02:00
Alexander Makarov
ac1b7b7e8b
Apply suggestions from code review
2024-10-07 15:31:31 +03:00
Arfeen
e2fd6871b7
Checking existance for password only for AUTH
...
As suggested by @rob006, existance "password" value is enough to go for AUTH, if username supplied, it will go with both username and password
Co-authored-by: Robert Korulczyk <robert@korulczyk.pl >
2024-10-06 22:27:54 +05:00
Muhammad Arfeen
4905a0592a
Added REDIS cache configuration property ("username") in cache configurations
2024-10-04 17:25:42 +05:00
Ken Guest
f1f1baa88f
tabs v spaces
2022-11-28 16:55:02 +00:00
Ken Guest
180326ba9f
CRedisCache should not return null.
...
This will fix deprecation warning of passing null to parameter #1 of type string to unserialize function (PHP 8.1)
2022-11-28 16:51:58 +00:00
Arhell
6d26fae142
update unicode & others links
2022-08-11 02:23:44 +03:00
Arhell
8518f95605
update yii & php.net links
2022-08-09 00:11:49 +03:00
Arhell
fad0c5be77
update links
2022-08-07 11:54:16 +03:00
Marco van 't Wout
6f203f2ff0
Apply Yii 1 code formatting
2022-01-27 09:19:26 +01:00
Andre Swanepoel
8be5440113
Add support for SSL to CRedisCache
2022-01-25 13:21:37 +00:00
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