Releases: mvccore/ext-cache-redis
Releases · mvccore/ext-cache-redis
MvcCore - Extension - Cache - Redis - v5.2.9
MvcCore - Extension - Cache - Redis - v5.2.8
MvcCore - Extension - Cache - Redis - v5.2.7
Removed
- Useless catch block handling in
LoadMultiple()
method.
MvcCore - Extension - Cache - Redis - v5.2.6
Fixed
\RedisException
not ignored anymore.- All exceptions always handled by not found callback where possible.
MvcCore - Extension - Cache - Redis - v5.2.5
Fixed
- Not defined
\Redis
class constants in some older PHP versions.
MvcCore - Extension - Cache - Redis - v5.2.4
New
- More flexible initialization for cases when some extension is not installed on the desired platform.
MvcCore - Extension - Cache - Redis - v5.2.3
Fixed
\RedisException
handling in every place where is communication with provider library.
MvcCore - Extension - Cache - Redis - v5.2.2
Fixed
\RedisException
handling.
MvcCore - Extension - Cache - Redis - v5.2.1
Fixed
- Random error when loading cache item.
MvcCore - Extension - Cache - Redis - v5.2.0
New
- Repeated functions with other cache implementations moved into
Base
cache class. - Improved serialization/deserialization.
Fixed
- cache record with
FALSE
value.
Changed
- Renamed provder getter and setter:
GetResource()
=>GetProvider()
,SetResource($resource)
=>SetProvider($provider)
.