Added support for HOTKEYS container command (#1630)

* Added testing with SSL authentication using CN

* Update CHANGELOG.md

* Codestyle changes

* Fixed broken tests

* Fixed hybdrid tests

* Fixed SSL tests

* Fixed array merging

* Updated README.md

* Updated spelling list

* Added support for HOTKEYS container command

* Added ignoring for PHPUnit package

* Update CHANGELOG.md, codestyle fixes, mark tests as relay-incompatible

* Added RESP3 test, fixed response parsing

* Removed redundant tests

* Added cluster test

* Fix assertion
This commit is contained in:
Vladyslav Vildanov
2026-02-05 10:48:48 +02:00
committed by GitHub
parent 53504469d7
commit 861bde010a
7 changed files with 472 additions and 1 deletions
+1 -1
View File
@@ -41,7 +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.6"]="custom-21651605017-debian-amd64"
["8.4"]="8.4.0"
["8.2"]="8.2.2-pre"
["8.0"]="8.0.2"