laminas / laminas-cache-storage-adapter-redis

BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

`RedisResourceManager` refactoring #100

Closed boesing closed 4 months ago

boesing commented 4 months ago
Q A
BC Break yes
New Feature yes

Description

The RedisResourceManager is now adapted to work the same way as RedisClusterResourceManager while this also removes a bunch of methods which are not meant to be part of the resource manager.

Added

Changed

Removed

Breaking Changes