Skip to content

Releases: mvccore/ext-cache-redis

MvcCore - Extension - Cache - Redis - v5.2.8

02 Apr 15:25
Compare
Choose a tag to compare

Updated

  • Base mvccore/ext-cache dependency.

Full Changelog: v5.2.7...v5.2.8

MvcCore - Extension - Cache - Redis - v5.2.7

23 Nov 14:58
Compare
Choose a tag to compare

Removed

  • Useless catch block handling in LoadMultiple() method.

MvcCore - Extension - Cache - Redis - v5.2.6

20 Nov 16:08
Compare
Choose a tag to compare

Fixed

  • \RedisException not ignored anymore.
  • All exceptions always handled by not found callback where possible.

MvcCore - Extension - Cache - Redis - v5.2.5

20 Nov 10:41
Compare
Choose a tag to compare

Fixed

  • Not defined \Redis class constants in some older PHP versions.

MvcCore - Extension - Cache - Redis - v5.2.4

16 Nov 00:07
Compare
Choose a tag to compare

New

  • More flexible initialization for cases when some extension is not installed on the desired platform.

MvcCore - Extension - Cache - Redis - v5.2.3

15 Nov 22:21
Compare
Choose a tag to compare

Fixed

  • \RedisException handling in every place where is communication with provider library.

MvcCore - Extension - Cache - Redis - v5.2.2

16 Oct 08:32
Compare
Choose a tag to compare

Fixed

  • \RedisException handling.

MvcCore - Extension - Cache - Redis - v5.2.1

05 Oct 15:37
Compare
Choose a tag to compare

Fixed

  • Random error when loading cache item.

MvcCore - Extension - Cache - Redis - v5.2.0

03 Oct 11:41
Compare
Choose a tag to compare

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).

MvcCore - Extension - Cache - Redis v5.0.1

21 Apr 10:10
Compare
Choose a tag to compare

Removed

  • Old compatible catch Exception blocks.