Fix clearing entity cache on startup silently failing when using redis/valkey

This commit is contained in:
Alejandro Celaya
2026-06-14 10:34:51 +02:00
parent d658ede99d
commit f9f98ad12c
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
## [5.1.2] - 2026-06-14
### Added
* *Nothing*
### Changed
* *Nothing*
### Deprecated
* *Nothing*
### Removed
* *Nothing*
### Fixed
* [#2622](https://github.com/shlinkio/shlink/issues/2622) Fix clearing entity cache on startup silently failing when using redis/valkey.
## [5.1.1] - 2026-06-11
### Added
* *Nothing*
+1 -1
View File
@@ -41,7 +41,7 @@
"pagerfanta/core": "^3.8",
"ramsey/uuid": "^4.9",
"shlinkio/doctrine-specification": "^2.3",
"shlinkio/shlink-common": "^9.0",
"shlinkio/shlink-common": "^9.0.1",
"shlinkio/shlink-config": "^4.1.0",
"shlinkio/shlink-event-dispatcher": "^4.4.0",
"shlinkio/shlink-importer": "^5.8",