Testing with Redis 8.0.1 (#1538)

This commit is contained in:
Vladyslav Vildanov
2025-05-08 16:09:26 +03:00
committed by GitHub
parent 7d86f7afb3
commit 3cc35471e6
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
run: |
# Mapping of original redis versions to client test containers
declare -A redis_clients_version_mapping=(
["8.0"]="8.0-RC2-pre"
["8.0"]="8.0.1-pre"
["7.4"]="7.4.2"
["7.2"]="7.2.7"
)
+4
View File
@@ -1,5 +1,9 @@
## Changelog
## Unreleased
### Maintenance
- Testing with Redis 8.0.1 (#1538)
## v3.0.0 (2025-05-02)
### Added
- ⚠️ Added support for transactions for clustered connections (#1497)