Added support for Redis 8.6 (#1631)

* Added support for Redis 8.6

* Codestyle changes and test fixes

* Fixed hybdrid tests

* Updated CHANGELOG.md and composer.json

* Fixed XINFO tests
This commit is contained in:
Vladyslav Vildanov
2026-02-04 10:49:05 +02:00
committed by GitHub
parent 95e802430d
commit a24a7be9b4
30 changed files with 246 additions and 182 deletions
+2
View File
@@ -33,6 +33,7 @@ jobs:
- '8.0'
- '8.2'
- '8.4'
- '8.6'
steps:
@@ -40,6 +41,7 @@ jobs:
run: |
# Mapping of original redis versions to client test containers
declare -A redis_clients_version_mapping=(
["8.6"]="8.6-rc1-21356658603-debian-amd64"
["8.4"]="8.4.0"
["8.2"]="8.2.2-pre"
["8.0"]="8.0.2"